Ignore:
Timestamp:
Sep 10, 2008, 1:48:03 AM (16 years ago)
Author:
dai
Message:

oldSourceLines関連のコミット漏れをコミット。

File:
1 edited

Legend:

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

    r742 r744  
    224224
    225225
    226     //コードと行番号の関係
    227     extern SourceLines oldSourceLines;
    228     oldSourceLines.clear();
    229 
    230 
    231226    ///////////////////////////
    232227    // 最低限必要な関数を取得
     
    503498
    504499    compiler.linker.Link( compiler.GetObjectModule() );
    505 
    506     extern SourceLines oldSourceLines;
    507     oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines();
    508500
    509501
     
    861853        compiler.messenger.Output( "デバッグ情報を生成しています。" );
    862854
    863         pobj_DebugSection->make();
     855        pobj_DebugSection->make( compiler.linker.GetNativeCode().GetSourceLines() );
    864856
    865857        compiler.messenger.Output( "デバッグ情報の生成が完了しました。" );
Note: See TracChangeset for help on using the changeset viewer.