瀏覽代碼

* return ptrsinttype instead of sinttype in pointerdef.pointer_arithmetic_int_type

git-svn-id: trunk@28259 -
nickysn 11 年之前
父節點
當前提交
86726a5dc8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -3178,7 +3178,7 @@ implementation
 
 
     function tpointerdef.pointer_arithmetic_int_type:tdef;
     function tpointerdef.pointer_arithmetic_int_type:tdef;
       begin
       begin
-        result:=sinttype;
+        result:=ptrsinttype;
       end;
       end;