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/BasicCompiler64/Compile_Calc.cpp

    r206 r226  
    247247
    248248        // mov rcx, rax
    249         op_mov_RR( REG_RCX, REG_RAX );
     249        compiler.codeGenerator.op_mov_RR( REG_RCX, REG_RAX );
    250250
    251251        // call System.[TypeClass]._Create
    252         op_call( pUserProc );
     252        compiler.codeGenerator.op_call( pUserProc );
    253253
    254254        calcType = pUserProc->ReturnType();
Note: See TracChangeset for help on using the changeset viewer.