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
  • BasicCompiler64/Compile_ProcOp.cpp

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