Browse Source

- 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 -

nickysn 10 years ago
parent
commit
f1252d7582
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/ogomf.pas

+ 0 - 2
compiler/ogomf.pas

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