Changeset 641 in dev for trunk/ab5.0/abdev/compiler_x86/Compile_Var.cpp
- Timestamp:
- Jun 15, 2008, 11:59:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Var.cpp
r632 r641 1329 1329 } 1330 1330 } 1331 void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar){ 1331 void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar) 1332 { 1332 1333 if( reg != REG_EAX ){ 1333 1334 compiler.errorMessenger.OutputFatalError(); … … 1337 1338 } 1338 1339 1339 bool Compile_AddGlobalRootsForGc(){ 1340 bool Compile_AddGlobalRootsForGc() 1341 { 1340 1342 const UserProc *pUserProc_AddGlobalRootPtr = GetClassMethod( "_System_CGarbageCollection", "AddGlobalRootPtr" ); 1341 if( !pUserProc_AddGlobalRootPtr ){ 1343 if( !pUserProc_AddGlobalRootPtr ) 1344 { 1342 1345 compiler.errorMessenger.Output(3, "_System_CGarbageCollection.AddGlobalRootPtr", -1 ); 1343 1346 return false;
Note:
See TracChangeset
for help on using the changeset viewer.