* set the data record start offset of the omf fixup object when reading omf fixups

git-svn-id: trunk@31342 -
This commit is contained in:
nickysn 2015-08-18 15:18:03 +00:00
parent ebde434255
commit 6d6ed840a4

View File

@ -1305,6 +1305,7 @@ implementation
NextOfs:=0;
Fixup:=TOmfSubRecord_FIXUP.Create;
Fixup.Is32Bit:=FixupRawRec.RecordType=RT_FIXUPP32;
Fixup.DataRecordStartOffset:=EnumeratedDataOffset;
while NextOfs<(FixupRawRec.RecordLength-1) do
begin
NextOfs:=Fixup.ReadAt(FixupRawRec,NextOfs);