mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 11:10:58 +02:00
* 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:
parent
ebde434255
commit
6d6ed840a4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user