mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 20:18:32 +02:00
+ write the proper external symbol index in the omf FIXUPP records. WLink no
longer crashes when processing our obj files :) git-svn-id: trunk@30528 -
This commit is contained in:
parent
d8f04418be
commit
3dd914a7b9
@ -176,7 +176,7 @@ implementation
|
||||
FOmfFixup.TargetDeterminedByThread:=False;
|
||||
FOmfFixup.Mode:=fmSegmentRelative;
|
||||
FOmfFixup.TargetMethod:=ftmExternalIndexNoDisp;
|
||||
FOmfFixup.TargetDatum:=0; {TODO}
|
||||
FOmfFixup.TargetDatum:=symbol.symidx;
|
||||
FOmfFixup.FrameMethod:=ffmTarget;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user