mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 05:47:37 +01:00
* also return true in is_calljmp() for the A_JCXZ instruction on the i8086
git-svn-id: trunk@24886 -
This commit is contained in:
parent
6cb66faffe
commit
4840a33b80
@ -440,9 +440,9 @@ implementation
|
||||
begin
|
||||
case o of
|
||||
A_CALL,
|
||||
{$ifdef i386}
|
||||
{$if defined(i386) or defined(i8086)}
|
||||
A_JCXZ,
|
||||
{$endif i386}
|
||||
{$endif defined(i386) or defined(i8086)}
|
||||
A_JECXZ,
|
||||
{$ifdef x86_64}
|
||||
A_JRCXZ,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user