Browse Source

* fixed i8086 regressions after r35082

git-svn-id: trunk@35317 -
nickysn 8 years ago
parent
commit
52f41a8f67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/cpubase.pas

+ 1 - 1
compiler/x86/cpubase.pas

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