blob: a33bebf7929debdf05d2073485d7c692d9fe8d9c [file] [log] [blame]
int ptrace_setregs(void)
{
union { unsigned int l; int t; } __gu_tmp;
__asm__ __volatile__("" : "=r" (__gu_tmp.l));
return __gu_tmp.t;
}