* also return true in is_calljmp() for the A_JCXZ instruction on the i8086

git-svn-id: trunk@24886 -
This commit is contained in:
nickysn 2013-06-12 23:42:45 +00:00
parent 6cb66faffe
commit 4840a33b80

View File

@ -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,