* fixed i8086 regressions after r35082

git-svn-id: trunk@35317 -
This commit is contained in:
nickysn 2017-01-16 23:17:08 +00:00
parent b2ff3f82bc
commit 52f41a8f67

View File

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