2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@30453 -
nickysn 10 жил өмнө
parent
commit
28dc9fe68b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;