소스 검색

* 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];
 
 {$ifdef i8086}
-      ImmInt = ShortInt;
+      ImmInt = SmallInt;
 {$else i8086}
       ImmInt = Longint;
 {$endif i8086}