URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.base/] [shr2.c] - Rev 252
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