mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +02:00
![]() * fixed an i8086 inline assembler bug, where 'call word ptr [label]' (an indirect call) was assembled as 'call near label' (direct call) instead of 'call near [label]' and 'call dword ptr [label]' was assembled as 'call near label' instead of 'call far [label]' ........ Add {$goto on} if FPC macro is defined ........ git-svn-id: branches/fixes_3_2@42215 - |
||
---|---|---|
.. | ||
i8086 | ||
taddint1.pp |