Changeset 319 in dev for trunk/abdev/BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- Sep 9, 2007, 12:37:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Subroutine.cpp
r316 r319 494 494 pSub_System_Call_Destructor_of_GlobalObject->CompleteCompile(); 495 495 496 // _System_CGarbageCollection.RegisterGlobalRootsは一番最後にコンパイル 497 extern const UserProc *pUserProc_System_CGarbageCollection_RegisterGlobalRoots; 498 pUserProc_System_CGarbageCollection_RegisterGlobalRoots->CompleteCompile(); 499 496 500 repeat: 497 501 compiler.GetObjectModule().meta.GetUserProcs().Iterator_Reset(); … … 531 535 pSub_System_Call_Destructor_of_GlobalObject->KillCompileStatus(); 532 536 CompileBufferInProcedure( *pSub_System_Call_Destructor_of_GlobalObject ); 533 } 534 } 537 538 // _System_CGarbageCollection.RegisterGlobalRootsは一番最後にコンパイル 539 pUserProc_System_CGarbageCollection_RegisterGlobalRoots->KillCompileStatus(); 540 CompileBufferInProcedure( *pUserProc_System_CGarbageCollection_RegisterGlobalRoots ); 541 } 542 }
Note:
See TracChangeset
for help on using the changeset viewer.