2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-28 20:29:13 +00:00
xcat-dep/ipxe/src/libgcc/icc.c
2010-11-12 16:09:47 +00:00

9 lines
166 B
C

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