source:
bootcd/isolinux/syslinux-6.03/gpxe/src/libgcc/icc.c
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | /* |
2 | * Intel's compiler creates an implicit call to this function at the | |
3 | * start of main(). | |
4 | * | |
5 | */ | |
6 | void __libgcc __intel_new_proc_init ( void ) { | |
7 | /* Do nothing */ | |
8 | } |
Note: See TracBrowser
for help on using the repository browser.