Changeset 744 in dev for trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp
- Timestamp:
- Sep 10, 2008, 1:48:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp
r742 r744 224 224 225 225 226 //コードと行番号の関係227 extern SourceLines oldSourceLines;228 oldSourceLines.clear();229 230 231 226 /////////////////////////// 232 227 // 最低限必要な関数を取得 … … 503 498 504 499 compiler.linker.Link( compiler.GetObjectModule() ); 505 506 extern SourceLines oldSourceLines;507 oldSourceLines = compiler.linker.GetNativeCode().GetSourceLines();508 500 509 501 … … 861 853 compiler.messenger.Output( "デバッグ情報を生成しています。" ); 862 854 863 pobj_DebugSection->make( );855 pobj_DebugSection->make( compiler.linker.GetNativeCode().GetSourceLines() ); 864 856 865 857 compiler.messenger.Output( "デバッグ情報の生成が完了しました。" );
Note:
See TracChangeset
for help on using the changeset viewer.