1 /* 2 * Intel's compiler creates an implicit call to this function at the 3 * start of main(). 4 * 5 */ __intel_new_proc_init(void)6 void __libgcc __intel_new_proc_init ( void ) { 7 /* Do nothing */ 8 } 9