mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 04:10:28 +02:00
+ handle omf references to a segment with frame method=target
git-svn-id: trunk@31392 -
This commit is contained in:
parent
d8f88599de
commit
0eda4c954d
@ -2324,7 +2324,7 @@ implementation
|
||||
if objreloc.FrameGroup<>'' then
|
||||
framebase:=TMZExeUnifiedLogicalGroup(ExeUnifiedLogicalGroups.Find(objreloc.FrameGroup)).MemPos
|
||||
else
|
||||
internalerror(2015082404);
|
||||
framebase:=TOmfObjSection(objreloc.objsection).MZExeUnifiedLogicalSegment.MemBasePos;
|
||||
case objreloc.typ of
|
||||
RELOC_ABSOLUTE:
|
||||
fixupamount:=target-framebase;
|
||||
|
Loading…
Reference in New Issue
Block a user