Changeset 97 in dev for BasicCompiler32/op32_main.cpp
- Timestamp:
- Apr 16, 2007, 3:52:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/op32_main.cpp
r75 r97 864 864 SetError(); 865 865 } 866 } 867 void op_fstp_push( Type &type ){ 868 //sub esp,size 869 op_sub_esp( type.GetBasicSize() ); 870 871 op_fstp_basereg( type.GetBasicType(), REG_ESP ); 866 872 } 867 873
Note:
See TracChangeset
for help on using the changeset viewer.