Changeset 67 in dev for BasicCompiler32/Compile_Calc.cpp
- Timestamp:
- Mar 11, 2007, 3:25:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Calc.cpp
r66 r67 31 31 32 32 //push 0 33 op_push_ value(0);33 op_push_V(0); 34 34 35 35 //push eax … … 116 116 117 117 //push 0 118 op_push_ value(0);118 op_push_V(0); 119 119 120 120 //push eax … … 260 260 261 261 //push 0 262 op_push_ value(0);262 op_push_V(0); 263 263 264 264 //push eax
Note:
See TracChangeset
for help on using the changeset viewer.