mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +02:00
* Avoid pointer to signed integer warning
git-svn-id: trunk@17895 -
This commit is contained in:
parent
37b98917e0
commit
af098d08d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user