Changeset 710 in dev for trunk/ab5.0/abdev/compiler_x86


Ignore:
Timestamp:
Jul 26, 2008, 8:30:56 PM (16 years ago)
Author:
dai_9181
Message:
  • #182への対応。シンボル名として使えない文字列を含んだファイル名のビルドができない不具合を修正。
Location:
trunk/ab5.0/abdev/compiler_x86
Files:
2 edited

Legend:

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

    r709 r710  
    205205        Compile_AddGlobalRootsForGc();
    206206    }
    207     else if( userProc.GetName() == compiler.globalAreaProcName )
     207    else if( userProc.GetName() == compiler.GetGlobalAreaProcName() )
    208208    {
    209209        ////////////////////////////////////////
  • trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp

    r684 r710  
    243243        pSub_System_StartupProgram->Using();
    244244
    245     if(pSub_System_GlobalArea=GetSubHash(compiler.globalAreaProcName.c_str(),1))
     245    if(pSub_System_GlobalArea=GetSubHash(compiler.GetGlobalAreaProcName().c_str(),1))
    246246    {
    247247        pSub_System_GlobalArea->Using();
Note: See TracChangeset for help on using the changeset viewer.