URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr42398.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
int ptrace_setregs(void) { union { unsigned int l; int t; } __gu_tmp; __asm__ __volatile__("" : "=r" (__gu_tmp.l)); return __gu_tmp.t; }
Go to most recent revision | Compare with Previous | Blame | View Log