Sign in
qemu
/
ipxe
/
c44a193d0d147ed6f98741124569864e516e9d4b
/
.
/
src
/
libgcc
/
icc.c
blob: 7540bf0e8ad7e6ff2530e5c8d267687b7120fa34 [
file
] [
log
] [
blame
]
/*
* 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 */
}