Changeset 95 in dev for BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Apr 15, 2007, 1:34:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_ProcOp.cpp
r94 r95 205 205 206 206 pobj_DBClass->Compile_System_InitializeUserTypes(); 207 } 208 else if( userProc.GetName() == "RegisterGlobalRoots" 209 && userProc.HasParentClass() 210 && (string)userProc.GetParentClass().name == "_System_CGarbageCollection" ){ 211 212 Compile_AddGlobalRootsForGc(); 207 213 } 208 214 else{
Note:
See TracChangeset
for help on using the changeset viewer.