Changeset 206 in dev for trunk/abdev/BasicCompiler32/op32_main.cpp
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/op32_main.cpp
r142 r206 1 #include "stdafx.h" 2 1 3 #include "../BasicCompiler_Common/common.h" 2 4 #include "Opcode.h" … … 980 982 ///////////////////////////// 981 983 982 void op_call( UserProc *pUserProc){984 void op_call(const UserProc *pUserProc){ 983 985 OpBuffer[obp++]=(char)0xE8; 984 986 pobj_SubAddrSchedule->add(pUserProc,1);
Note:
See TracChangeset
for help on using the changeset viewer.