mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 15:09:14 +02:00
Use ptruint type in typecast to avoid warning
git-svn-id: trunk@17872 -
This commit is contained in:
parent
4d50a95320
commit
32d919f543
@ -598,7 +598,7 @@ Interface
|
|||||||
fillchar(actcondition,sizeof(actcondition),0);
|
fillchar(actcondition,sizeof(actcondition),0);
|
||||||
|
|
||||||
{ Search opcodes }
|
{ Search opcodes }
|
||||||
actopcode:=tasmop(PtrInt(iasmops.Find(s)));
|
actopcode:=tasmop(PtrUInt(iasmops.Find(s)));
|
||||||
if actopcode<>A_NONE then
|
if actopcode<>A_NONE then
|
||||||
begin
|
begin
|
||||||
actasmtoken:=AS_OPCODE;
|
actasmtoken:=AS_OPCODE;
|
||||||
|
Loading…
Reference in New Issue
Block a user