libInit.cc
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 45 04a50b0d540a
equal deleted inserted replaced
41:f3898a3b378d 42:acdc3ec6d152
    11 # pragma codeseg INITCODE "INITCODE"
    11 # pragma codeseg INITCODE "INITCODE"
    12 #endif
    12 #endif
    13 
    13 
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
    14 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
    15 DLL_EXPORT void _libctu_ircompiler_Init() INIT_TEXT_SECTION;
    15 DLL_EXPORT void _libctu_ircompiler_Init() INIT_TEXT_SECTION;
    16 // DLL_EXPORT void _libctu_ircompiler_InitDefinition() INIT_TEXT_SECTION;
    16 DLL_EXPORT void _libctu_ircompiler_InitDefinition() INIT_TEXT_SECTION;
    17 #endif
    17 #endif
    18 
    18 
    19 // void _libctu_ircompiler_InitDefinition(pass, __pRT__, snd)
    19 void _libctu_ircompiler_InitDefinition(pass, __pRT__, snd)
    20 // OBJ snd; struct __vmData__ *__pRT__; {
    20 OBJ snd; struct __vmData__ *__pRT__; {
    21 // __BEGIN_PACKAGE2__("libctu_ircompiler__DFN", _libctu_ircompiler_InitDefinition, "ctu:ircompiler");
    21 __BEGIN_PACKAGE2__("libctu_ircompiler__DFN", _libctu_ircompiler_InitDefinition, "ctu:ircompiler");
    22 // _ctu_137ircompiler_Init(pass,__pRT__,snd);
    22 _ctu_137ircompiler_Init(pass,__pRT__,snd);
    23 
    23 
    24 // __END_PACKAGE__();
    24 __END_PACKAGE__();
    25 // }
    25 }
    26 
    26 
    27 void _libctu_ircompiler_Init(pass, __pRT__, snd)
    27 void _libctu_ircompiler_Init(pass, __pRT__, snd)
    28 OBJ snd; struct __vmData__ *__pRT__; {
    28 OBJ snd; struct __vmData__ *__pRT__; {
    29 __BEGIN_PACKAGE2__("libctu_ircompiler", _libctu_ircompiler_Init, "ctu:ircompiler");
    29 __BEGIN_PACKAGE2__("libctu_ircompiler", _libctu_ircompiler_Init, "ctu:ircompiler");
    30 _IRBuilder_Init(pass,__pRT__,snd);
    30 _IRBuilder_Init(pass,__pRT__,snd);