Ignore:
Timestamp:
Sep 10, 2008, 2:35:49 AM (16 years ago)
Author:
dai
Message:

[745]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/NumOpe.cpp

    r676 r746  
    10441044                    bLiteralCalculation=0;
    10451045
    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 ) );
    10541047
    10551048                    //mov reg,i2
Note: See TracChangeset for help on using the changeset viewer.