Changeset 538 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- May 3, 2008, 11:50:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Var.cpp
r537 r538 480 480 //Const修飾子のメソッド内でメンバ書き込みアクセスが発生したとき 481 481 //(コンストラクタ、デストラクタ内を除く) 482 const CMethod *pMethod = compiler.GetObjectModule().meta.GetClasses().GetNowCompilingMethodInfo();482 const CMethod *pMethod = &compiler.GetCompilingUserProc().GetMethod(); 483 483 if( isWriteAccess && 484 484 pMethod->IsConst() &&
Note:
See TracChangeset
for help on using the changeset viewer.