Ignore:
Timestamp:
Sep 7, 2008, 12:38:43 AM (16 years ago)
Author:
dai
Message:

oldSourceLinesを排除。

File:
1 edited

Legend:

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

    r741 r743  
    529529    compiler.linker.Link( compiler.GetObjectModule() );
    530530
    531     extern SourceLines oldSourceLines;
    532     oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines();
    533 
    534531
    535532    /////////////////////////////////////////////////////////////////
     
    859856        compiler.messenger.Output( "デバッグ情報を生成しています。" );
    860857
    861         pobj_DebugSection->make();
     858        pobj_DebugSection->make( compiler.linker.GetNativeCode().GetSourceLines() );
    862859
    863860        compiler.messenger.Output( "デバッグ情報の生成が完了しました。" );
Note: See TracChangeset for help on using the changeset viewer.