Ignore:
Timestamp:
May 10, 2008, 3:09:26 PM (16 years ago)
Author:
dai_9181
Message:

[585][586]をリバース。NativeCodeクラスとMetaクラスは依存関係があるので分離しない方針とする。

File:
1 edited

Legend:

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

    r586 r587  
    876876            char *temp;
    877877            temp=(char *)i64data;
    878             i2=compiler.GetObjectModule().nativeSection.dataTable.AddString(temp,lstrlen(temp));
     878            i2=compiler.GetObjectModule().dataTable.AddString(temp,lstrlen(temp));
    879879            HeapDefaultFree(temp);
    880880
     
    10651065            char *temp;
    10661066            temp=(char *)i64data;
    1067             i2=compiler.GetObjectModule().nativeSection.dataTable.AddString(temp,lstrlen(temp));
     1067            i2=compiler.GetObjectModule().dataTable.AddString(temp,lstrlen(temp));
    10681068            HeapDefaultFree(temp);
    10691069
Note: See TracChangeset for help on using the changeset viewer.