mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 09:10:29 +02:00
- removed unnecessary setting of TargetMethod and TargetDatum (since these are
always set in the following 'if' statement) in TOmfRelocation.BuildOmfFixup git-svn-id: trunk@30801 -
This commit is contained in:
parent
0da38dbc79
commit
f1252d7582
@ -197,8 +197,6 @@ implementation
|
||||
else
|
||||
begin
|
||||
FOmfFixup.FrameMethod:=ffmTarget;
|
||||
FOmfFixup.TargetMethod:=ftmSegmentIndexNoDisp;
|
||||
FOmfFixup.TargetDatum:=ObjSection.Index;
|
||||
if TOmfObjSection(ObjSection).PrimaryGroup<>'' then
|
||||
begin
|
||||
FOmfFixup.TargetMethod:=ftmGroupIndexNoDisp;
|
||||
|
Loading…
Reference in New Issue
Block a user