Ignore:
Timestamp:
Jun 2, 2007, 12:09:08 AM (17 years ago)
Author:
dai_9181
Message:

_System_StartupProgramの呼び出し順序を変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_ProcOp.cpp

    r108 r129  
    4242        //GC用の変数を定義
    4343        InitGCVariables();
     44
     45        //_System_StartupProgramの呼び出し
     46        extern UserProc *pSub_System_StartupProgram;
     47        op_call(pSub_System_StartupProgram);
    4448
    4549        //クラスに属する静的メンバを定義
Note: See TracChangeset for help on using the changeset viewer.