URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [builtin-apply1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 11184 */ /* Origin: Dara Hazeghi <dhazeghi@yahoo.com> */ void * objc_msg_sendv (char * arg_frame, void (*foo)()) { return __builtin_apply ( foo, arg_frame, 4); }
Go to most recent revision | Compare with Previous | Blame | View Log