* accept omf object modules, containing LINNUM and LINNUM32 records in the

i8086-msdos internal linker

git-svn-id: trunk@32382 -
This commit is contained in:
nickysn 2015-11-20 17:41:35 +00:00
parent 30a7875d56
commit e4b77c7aab

View File

@ -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));