Explorar el Código

* fixed i8086 regressions after r35082

git-svn-id: trunk@35317 -
nickysn hace 8 años
padre
commit
52f41a8f67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/x86/cpubase.pas

+ 1 - 1
compiler/x86/cpubase.pas

@@ -57,7 +57,7 @@ uses
         op2strtable=array[tasmop] of string[16];
 
 {$ifdef i8086}
-      ImmInt = ShortInt;
+      ImmInt = SmallInt;
 {$else i8086}
       ImmInt = Longint;
 {$endif i8086}