Changeset 746 in dev for trunk/ab5.0/abdev/compiler_x64/NumOpe.cpp
- Timestamp:
- Sep 10, 2008, 2:35:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/NumOpe.cpp
r676 r746 1044 1044 bLiteralCalculation=0; 1045 1045 1046 if( compiler.IsUnicode() ) 1047 { 1048 i2 = compiler.GetObjectModule().dataTable.AddWString( Jenga::Common::ToWString( std::string( term, i3 ) ) ); 1049 } 1050 else 1051 { 1052 i2 = compiler.GetObjectModule().dataTable.AddString( std::string( term, i3 ) ); 1053 } 1046 i2 = compiler.AddStringToDataTable( std::string( term, i3 ) ); 1054 1047 1055 1048 //mov reg,i2
Note:
See TracChangeset
for help on using the changeset viewer.