summaryrefslogtreecommitdiff
path: root/compiler/x86/rax86att.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/x86/rax86att.pas')
-rw-r--r--compiler/x86/rax86att.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/x86/rax86att.pas b/compiler/x86/rax86att.pas
index f9ad88d957..33412d1698 100644
--- a/compiler/x86/rax86att.pas
+++ b/compiler/x86/rax86att.pas
@@ -780,7 +780,7 @@ Implementation
{ Search opcodes }
if len>0 then
begin
- actopcode:=tasmop(PtrInt(iasmops.Find(copy(s,1,len))));
+ actopcode:=tasmop(PtrUInt(iasmops.Find(copy(s,1,len))));
if actopcode<>A_NONE then
begin
if gas_needsuffix[actopcode]=attsufFPU then