Changeset 224 in dev for trunk/abdev/BasicCompiler32/NumOpe.cpp
- Timestamp:
- Jul 21, 2007, 4:46:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/NumOpe.cpp
r208 r224 600 600 } 601 601 602 i2 = compiler.Get NativeCode().GetDataTable().AddBinary( binary, num * tempBaseType.GetSize() );602 i2 = compiler.GetDataTable().AddBinary( binary, num * tempBaseType.GetSize() ); 603 603 604 604 //mov eax,i2 … … 758 758 bLiteralCalculation=0; 759 759 760 i2=compiler.Get NativeCode().GetDataTable().AddString(term,i3);760 i2=compiler.GetDataTable().AddString(term,i3); 761 761 762 762 //push DataSize
Note:
See TracChangeset
for help on using the changeset viewer.