Changeset 226 in dev for trunk/abdev/BasicCompiler64/Compile_Calc.cpp
- Timestamp:
- Jul 22, 2007, 4:58:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Calc.cpp
r206 r226 247 247 248 248 // mov rcx, rax 249 op_mov_RR( REG_RCX, REG_RAX );249 compiler.codeGenerator.op_mov_RR( REG_RCX, REG_RAX ); 250 250 251 251 // call System.[TypeClass]._Create 252 op_call( pUserProc );252 compiler.codeGenerator.op_call( pUserProc ); 253 253 254 254 calcType = pUserProc->ReturnType();
Note:
See TracChangeset
for help on using the changeset viewer.