Changeset 129 in dev for BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Jun 2, 2007, 12:09:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_ProcOp.cpp
r108 r129 43 43 //GC用の変数を定義 44 44 InitGCVariables(); 45 46 //_System_StartupProgramの呼び出し 47 extern UserProc *pSub_System_StartupProgram; 48 op_call(pSub_System_StartupProgram); 45 49 46 50 //クラスに属する静的メンバを定義
Note:
See TracChangeset
for help on using the changeset viewer.