Changeset 67 in dev for BasicCompiler32/Compile_Statement.cpp
- Timestamp:
- Mar 11, 2007, 3:25:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Statement.cpp
r64 r67 146 146 147 147 //push 0 148 op_push_ value(0);148 op_push_V(0); 149 149 150 150 //fild dword ptr[esp] … … 180 180 181 181 //push 0 182 op_push_ value(0);182 op_push_V(0); 183 183 184 184 //fild dword ptr[esp] … … 400 400 401 401 //push 0 402 op_push_ value(0);402 op_push_V(0); 403 403 404 404 //fild dword ptr[esp] … … 434 434 435 435 //push 0 436 op_push_ value(0);436 op_push_V(0); 437 437 438 438 //fild dword ptr[esp] … … 731 731 732 732 //push 0 733 op_push_ value(0);733 op_push_V(0); 734 734 735 735 //fild dword ptr[esp] … … 772 772 773 773 //push 0 774 op_push_ value(0);774 op_push_V(0); 775 775 776 776 //fild dword ptr[esp]
Note:
See TracChangeset
for help on using the changeset viewer.