浏览代码

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

git-svn-id: trunk@30453 -
nickysn 10 年之前
父节点
当前提交
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;