Changeset 711 in dev


Ignore:
Timestamp:
Jul 31, 2008, 10:54:25 PM (16 years ago)
Author:
dai_9181
Message:

[710]を64bit版にマージ。

Location:
trunk/ab5.0/abdev/compiler_x64
Files:
2 edited

Legend:

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

    r709 r711  
    131131        Compile_AddGlobalRootsForGc();
    132132    }
    133     else if( userProc.GetName() == compiler.globalAreaProcName )
     133    else if( userProc.GetName() == compiler.GetGlobalAreaProcName() )
    134134    {
    135135        ////////////////////////////////////////
  • trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp

    r685 r711  
    237237        pSub_System_StartupProgram->Using();
    238238
    239     if(pSub_System_GlobalArea=GetSubHash(compiler.globalAreaProcName.c_str(),1))
     239    if(pSub_System_GlobalArea=GetSubHash(compiler.GetGlobalAreaProcName().c_str(),1))
    240240    {
    241241        pSub_System_GlobalArea->Using();
Note: See TracChangeset for help on using the changeset viewer.