Changeset 643 in dev for trunk/ab5.0/abdev/compiler_x64/Compile_Var.cpp
- Timestamp:
- Jun 16, 2008, 12:12:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_Var.cpp
r633 r643 1341 1341 } 1342 1342 1343 bool Compile_AddGlobalRootsForGc(){ 1343 bool Compile_AddGlobalRootsForGc() 1344 { 1344 1345 const UserProc *pUserProc_AddGlobalRootPtr = GetClassMethod( "_System_CGarbageCollection", "AddGlobalRootPtr" ); 1345 if( !pUserProc_AddGlobalRootPtr ){ 1346 if( !pUserProc_AddGlobalRootPtr ) 1347 { 1346 1348 compiler.errorMessenger.Output(3, "_System_CGarbageCollection.AddGlobalRootPtr", -1 ); 1347 1349 return false;
Note:
See TracChangeset
for help on using the changeset viewer.