1 2 3 4 5 6
int global_one; void clobber_register() { *(volatile unsigned char *)(0xE0000000 * global_one) = 0x00; }