瀏覽代碼

* fixed i8086 regressions after r35082

git-svn-id: trunk@35317 -
nickysn 8 年之前
父節點
當前提交
52f41a8f67
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}