URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.base/] [shr2.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
#ifdef PROTOTYPES int shr2(int x) #else int shr2(x) int x; #endif { return 2*x; } #ifdef PROTOTYPES int shr2_local(int x) #else int shr2_local(x) int x; #endif { return 2*x; }
Go to most recent revision | Compare with Previous | Blame | View Log