Files
ipxe/src/libgcc/icc.c
2009-03-26 07:27:19 +00:00

9 lines
183 B
C

/*
* Intel's compiler creates an implicit call to this function at the
* start of main().
*
*/
void __attribute__ (( cdecl )) __intel_new_proc_init ( void ) {
/* Do nothing */
}