Ignore:
Timestamp:
Jun 27, 2007, 2:41:17 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r183 r198  
    8989            int temp;
    9090            _int64 i64data=0x43f0000000000000;
    91             temp=Compiler::GetNativeCode().GetDataTable().Add( i64data );
     91            temp=compiler.GetNativeCode().GetDataTable().Add( i64data );
    9292            OpBuffer[obp++]=(char)0xF2;
    9393            OpBuffer[obp++]=(char)0x0F;
     
    148148            int temp;
    149149            long i32data=0x5f800000;
    150             temp=Compiler::GetNativeCode().GetDataTable().Add( i32data );
     150            temp=compiler.GetNativeCode().GetDataTable().Add( i32data );
    151151            OpBuffer[obp++]=(char)0xF3;
    152152            OpBuffer[obp++]=(char)0x0F;
Note: See TracChangeset for help on using the changeset viewer.