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