Changeset 743 in dev for trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp
- Timestamp:
- Sep 7, 2008, 12:38:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp
r741 r743 529 529 compiler.linker.Link( compiler.GetObjectModule() ); 530 530 531 extern SourceLines oldSourceLines;532 oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines();533 534 531 535 532 ///////////////////////////////////////////////////////////////// … … 859 856 compiler.messenger.Output( "デバッグ情報を生成しています。" ); 860 857 861 pobj_DebugSection->make( );858 pobj_DebugSection->make( compiler.linker.GetNativeCode().GetSourceLines() ); 862 859 863 860 compiler.messenger.Output( "デバッグ情報の生成が完了しました。" );
Note:
See TracChangeset
for help on using the changeset viewer.