mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* fixed definition of the ALUSInt type on 16-bit CPUs
git-svn-id: trunk@30453 -
This commit is contained in:
parent
c59855b5e7
commit
28dc9fe68b
@ -413,7 +413,7 @@ Type
|
||||
ALUSInt = ShortInt;
|
||||
ALUUInt = Byte;
|
||||
{$elseif defined(CPUINT16)}
|
||||
ALUSInt = ShortInt;
|
||||
ALUSInt = SmallInt;
|
||||
ALUUInt = Word;
|
||||
{$elseif defined(CPUINT32)}
|
||||
ALUSInt = Longint;
|
||||
|
Loading…
Reference in New Issue
Block a user