Pārlūkot izejas kodu

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

git-svn-id: trunk@24886 -
nickysn 12 gadi atpakaļ
vecāks
revīzija
4840a33b80
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      compiler/x86/cpubase.pas

+ 2 - 2
compiler/x86/cpubase.pas

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