Changeset 226 in dev for trunk/abdev/BasicCompiler_Common/src/LexicalScopingImpl.cpp
- Timestamp:
- Jul 22, 2007, 4:58:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/LexicalScopingImpl.cpp
r225 r226 98 98 99 99 //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, 101 101 -pVar->GetOffsetAddress(), 102 102 MOD_BASE_DISP32);
Note:
See TracChangeset
for help on using the changeset viewer.