Changeset 255 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Aug 1, 2007, 3:37:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/CodeGenerator.h
r254 r255 352 352 void op_rep_movs (int op_size); 353 353 void op_add_rsp(long num); 354 void op_sub_rsp(long num); 355 void op_add_esp(long num); 356 void op_sub_esp(long num); 354 const PertialSchedule *op_sub_rsp( long num, bool isPertialSchedule = false ); 357 355 void op_fld_ptr_esp(int type); 358 356 void op_zero_reg(int reg);
Note:
See TracChangeset
for help on using the changeset viewer.