Răsfoiți Sursa

* fixed definition of the ALUSInt type on 16-bit CPUs

git-svn-id: trunk@30453 -
nickysn 10 ani în urmă
părinte
comite
28dc9fe68b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      rtl/inc/systemh.inc

+ 1 - 1
rtl/inc/systemh.inc

@@ -413,7 +413,7 @@ Type
   ALUSInt = ShortInt;
   ALUUInt = Byte;
 {$elseif defined(CPUINT16)}
-  ALUSInt = ShortInt;
+  ALUSInt = SmallInt;
   ALUUInt = Word;
 {$elseif defined(CPUINT32)}
   ALUSInt = Longint;