Ignore:
Timestamp:
May 10, 2008, 1:40:33 PM (16 years ago)
Author:
dai_9181
Message:

NativeSectionクラスを追加(64bit版だけ一旦コミット)。

File:
1 edited

Legend:

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

    r468 r585  
    470470        double dbl;
    471471        dbl=-1;
    472         i32data = compiler.GetObjectModule().dataTable.Add( dbl );
     472        i32data = compiler.GetObjectModule().nativeSection.dataTable.Add( dbl );
    473473
    474474        //mulsd xmm_reg,qword ptr[data table offset]   ※data = -1
     
    495495        float flt;
    496496        flt=-1;
    497         i32data = compiler.GetObjectModule().dataTable.Add( flt );
     497        i32data = compiler.GetObjectModule().nativeSection.dataTable.Add( flt );
    498498
    499499        //mulss xmm_reg,dword ptr[data table offset]   ※data = -1
Note: See TracChangeset for help on using the changeset viewer.