Ignore:
Timestamp:
Sep 10, 2008, 1:53:07 AM (16 years ago)
Author:
dai
Message:
  • Compiler::AddStringToDataTableメソッドを実装。
  • ToWStringメソッドの内部予備バッファを増やした。
File:
1 edited

Legend:

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

    r701 r745  
    963963                    bLiteralCalculation=0;
    964964
    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 ) );
    973966
    974967                    //push DataSize
Note: See TracChangeset for help on using the changeset viewer.