Changeset 536 in dev for trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
- Timestamp:
- May 3, 2008, 6:32:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
r523 r536 430 430 431 431 if(lstrcmpi(termFull,"This")==0 && isProcedureCallOnly == false ){ 432 if( compiler.pCompilingClass == NULL)432 if( !compiler.IsCompilingClass() ) 433 433 { 434 434 compiler.errorMessenger.Output(142,NULL,cp); … … 437 437 438 438 //Thisオブジェクト 439 resultType.SetType( DEF_OBJECT, compiler.pCompilingClass);439 resultType.SetType( DEF_OBJECT, &compiler.GetCompilingClass() ); 440 440 441 441 SetThisPtrToReg( useReg );
Note:
See TracChangeset
for help on using the changeset viewer.