Changeset 67 in dev for BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Mar 11, 2007, 3:25:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Var.cpp
r65 r67 107 107 108 108 //push 0 109 op_push_ value(0);109 op_push_V(0); 110 110 111 111 for(i=i3-1;i>=0;i--){ … … 1192 1192 else{ 1193 1193 //push 0 1194 op_push_ value(0);1194 op_push_V(0); 1195 1195 1196 1196 //push VarSize 1197 op_push_ value(VarSize);1197 op_push_V(VarSize); 1198 1198 1199 1199 //mov eax,ebp
Note:
See TracChangeset
for help on using the changeset viewer.