mirror of
https://github.com/ipxe/ipxe
synced 2026-02-06 13:19:28 +03:00
9 lines
183 B
C
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 */
|
|
}
|