Sign in
qemu
/
ipxe
/
fd2b1e99514ea27b5a2f79e7c6c03c618b4f91c7
/
.
/
src
/
libgcc
/
icc.c
blob: 2f7f605c2a0adc61779fe29252048effc2a89b5d [
file
]
/*
* Intel's compiler creates an implicit call to this function at the
* start of main().
*
*/
void
__libgcc __intel_new_proc_init
(
void
)
{
/* Do nothing */
}