Changeset 318 in dev for trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Sep 9, 2007, 1:09:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp
r317 r318 649 649 { 650 650 //整数型 651 SetReg_WholeVariable(returnType .GetSize(),&RelativeVar,REG_RAX);651 SetReg_WholeVariable(returnType,&RelativeVar,REG_RAX); 652 652 } 653 653 else SetError(300,NULL,cp);
Note:
See TracChangeset
for help on using the changeset viewer.