Changeset 465 in dev for trunk/ab5.0/abdev/BasicCompiler32/Compile_Calc_PushVar.cpp
- Timestamp:
- Mar 24, 2008, 8:05:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler32/Compile_Calc_PushVar.cpp
r308 r465 21 21 } 22 22 else if(pRelativeVar->dwKind==VAR_REFGLOBAL){ 23 SetError(300,NULL,cp);23 compiler.errorMessenger.Output(300,NULL,cp); 24 24 } 25 25 else if(pRelativeVar->dwKind==VAR_LOCAL){ … … 68 68 //64ビットの場合はedx:eaxにロード 69 69 if(reg!=REG_EAX){ 70 SetError(300,NULL,cp);70 compiler.errorMessenger.Output(300,NULL,cp); 71 71 return; 72 72 }
Note:
See TracChangeset
for help on using the changeset viewer.