mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
+ emit proper far calls/jmps for addr_far in the nasm assembly output
git-svn-id: trunk@24833 -
This commit is contained in:
parent
f5a9442910
commit
9a6c242f97
@ -442,6 +442,10 @@ interface
|
||||
(op=A_LOOPZ)
|
||||
) then
|
||||
AsmWrite('NEAR ');
|
||||
{$endif i8086}
|
||||
{$ifdef i8086}
|
||||
if o.ref^.refaddr=addr_far then
|
||||
AsmWrite('far ');
|
||||
{$endif i8086}
|
||||
AsmWrite(o.ref^.symbol.name);
|
||||
if SmartAsm then
|
||||
|
Loading…
Reference in New Issue
Block a user