Changeset 745 in dev for trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
- Timestamp:
- Sep 10, 2008, 1:53:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
r701 r745 963 963 bLiteralCalculation=0; 964 964 965 if( compiler.IsUnicode() ) 966 { 967 i2 = compiler.GetObjectModule().dataTable.AddWString( Jenga::Common::ToWString( std::string( term, i3 ) ) ); 968 } 969 else 970 { 971 i2 = compiler.GetObjectModule().dataTable.AddString( std::string( term, i3 ) ); 972 } 965 i2 = compiler.AddStringToDataTable( std::string( term, i3 ) ); 973 966 974 967 //push DataSize
Note:
See TracChangeset
for help on using the changeset viewer.