Sign in
qemu
/
ipxe
/
606e87ec7a3d74a4f995e60e93d0db09e0f0cbbb
/
.
/
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 */
}