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