Ignore:
Timestamp:
Sep 9, 2007, 1:09:00 AM (17 years ago)
Author:
dai_9181
Message:

64bit版でコンパイルできるようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp

    r317 r318  
    649649        {
    650650            //整数型
    651             SetReg_WholeVariable(returnType.GetSize(),&RelativeVar,REG_RAX);
     651            SetReg_WholeVariable(returnType,&RelativeVar,REG_RAX);
    652652        }
    653653        else SetError(300,NULL,cp);
Note: See TracChangeset for help on using the changeset viewer.