mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:10:14 +02:00
* stop with an error when encountering omf fixups that aren't yet implemented
git-svn-id: trunk@31388 -
This commit is contained in:
parent
d7f08866e5
commit
3d3eb6c472
@ -1602,8 +1602,13 @@ implementation
|
||||
InputError('Unsupported nonzero target displacement '+IntToStr(Fixup.TargetDisplacement)+' in external reference to '+sym.Name);
|
||||
exit;
|
||||
end;
|
||||
end
|
||||
else
|
||||
begin
|
||||
{todo: convert other fixup types as well }
|
||||
InputError('Unsupported fixup target method '+IntToStr(Ord(Fixup.TargetMethod)));
|
||||
exit;
|
||||
end;
|
||||
{todo: convert other fixup types as well }
|
||||
|
||||
Result:=True;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user