Ignore:
Timestamp:
Jul 21, 2007, 4:46:33 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/NumOpe_TypeOperation.cpp

    r206 r224  
    9191            int temp;
    9292            _int64 i64data=0x43f0000000000000;
    93             temp=compiler.GetNativeCode().GetDataTable().Add( i64data );
     93            temp=compiler.GetDataTable().Add( i64data );
    9494            OpBuffer[obp++]=(char)0xF2;
    9595            OpBuffer[obp++]=(char)0x0F;
     
    150150            int temp;
    151151            long i32data=0x5f800000;
    152             temp=compiler.GetNativeCode().GetDataTable().Add( i32data );
     152            temp=compiler.GetDataTable().Add( i32data );
    153153            OpBuffer[obp++]=(char)0xF3;
    154154            OpBuffer[obp++]=(char)0x0F;
Note: See TracChangeset for help on using the changeset viewer.