mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 21:51:42 +02:00
* fixed i8086 regressions after r35082
git-svn-id: trunk@35317 -
This commit is contained in:
parent
b2ff3f82bc
commit
52f41a8f67
@ -57,7 +57,7 @@ uses
|
||||
op2strtable=array[tasmop] of string[16];
|
||||
|
||||
{$ifdef i8086}
|
||||
ImmInt = ShortInt;
|
||||
ImmInt = SmallInt;
|
||||
{$else i8086}
|
||||
ImmInt = Longint;
|
||||
{$endif i8086}
|
||||
|
Loading…
Reference in New Issue
Block a user