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/BasicCompiler32/NumOpe.cpp

    r208 r224  
    600600        }
    601601
    602         i2 = compiler.GetNativeCode().GetDataTable().AddBinary( binary, num * tempBaseType.GetSize() );
     602        i2 = compiler.GetDataTable().AddBinary( binary, num * tempBaseType.GetSize() );
    603603
    604604        //mov eax,i2
     
    758758                    bLiteralCalculation=0;
    759759
    760                     i2=compiler.GetNativeCode().GetDataTable().AddString(term,i3);
     760                    i2=compiler.GetDataTable().AddString(term,i3);
    761761
    762762                    //push DataSize
Note: See TracChangeset for help on using the changeset viewer.