Browse Source

* accept omf object modules, containing LINNUM and LINNUM32 records in the
i8086-msdos internal linker

git-svn-id: trunk@32382 -

nickysn 9 years ago
parent
commit
e4b77c7aab
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/ogomf.pas

+ 2 - 0
compiler/ogomf.pas

@@ -1790,6 +1790,8 @@ implementation
             RT_MODEND,RT_MODEND32:
               if not ReadModEnd(FRawRecord,objdata) then
                 exit;
+            RT_LINNUM,RT_LINNUM32:
+              ;
             else
               begin
                 InputError('Unsupported OMF record type $'+HexStr(FRawRecord.RecordType,2));