Ignore:
Timestamp:
Jul 22, 2007, 4:58:47 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/LexicalScopingImpl.cpp

    r225 r226  
    9898
    9999            //mov rcx,qword ptr[rsp+offset]
    100             op_mov_RM(sizeof(_int64),REG_RCX,REG_RSP,
     100            compiler.codeGenerator.op_mov_RM(sizeof(_int64),REG_RCX,REG_RSP,
    101101                -pVar->GetOffsetAddress(),
    102102                MOD_BASE_DISP32);
Note: See TracChangeset for help on using the changeset viewer.