Changes in libcfa/src/interpose.cfa [49599a3:96f002c1]
- File:
-
- 1 edited
-
libcfa/src/interpose.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/interpose.cfa
r49599a3 r96f002c1 94 94 } __cabi_libc; 95 95 96 int cfa_main_returned;97 98 96 extern "C" { 99 97 void __cfaabi_interpose_startup( void ) { 100 98 const char *version = 0p; 101 cfa_main_returned = 0;102 99 103 100 preload_libgcc();
Note:
See TracChangeset
for help on using the changeset viewer.