blob: 17e9c8c452fc26e2fd1f091db8230fa1f4e09c86 [file] [log] [blame]
#if __x86_64__ || __i386__
register int i asm("esp");
#else
int i;
#endif