浏览代码

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

git-svn-id: trunk@32382 -

nickysn 9 年之前
父节点
当前提交
e4b77c7aab
共有 1 个文件被更改,包括 2 次插入0 次删除
  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));