git-svn-id: trunk@24833 -
@@ -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