blob: ecc943f77372ccb7fca1979db743cf3671d1fc41 [file] [log] [blame]
int global_one;
void clobber_register()
{
*(volatile unsigned char *)(0xE0000000 * global_one) = 0x00;
}