* Avoid pointer to signed integer warning

git-svn-id: trunk@17895 -
This commit is contained in:
pierre 2011-07-01 11:55:05 +00:00
parent 37b98917e0
commit af098d08d5

View File

@ -687,7 +687,7 @@ begin
dec(ord(hs[0]));
actcondition.dirhint := DH_Plus;
end;
actopcode := tasmop(ptrint(iasmops.Find(hs)));
actopcode := tasmop(ptruint(iasmops.Find(hs)));
if actopcode <> A_NONE then
begin
if actcondition.dirhint <> DH_None then