소스 검색

* 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;
       begin
-        result:=sinttype;
+        result:=ptrsinttype;
       end;