* return ptrsinttype instead of sinttype in pointerdef.pointer_arithmetic_int_type

git-svn-id: trunk@28259 -
This commit is contained in:
nickysn 2014-07-24 15:17:15 +00:00
parent 33dac14554
commit 86726a5dc8

View File

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