source:
bootcd/isolinux/syslinux-6.03/gpxe/src/libgcc/icc.c
@
dd1be7c
Last change on this file since dd1be7c was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
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.