Procházet zdrojové kódy

m68k/ra68kmot.pas: fixed a pointer to signed int cast warning, so it now compiles with warnings on

git-svn-id: trunk@27735 -
Károly Balogh před 11 roky
rodič
revize
633eeb79ed
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/m68k/ra68kmot.pas

+ 1 - 1
compiler/m68k/ra68kmot.pas

@@ -171,7 +171,7 @@ const
           hs:=s;
 
         { Search opcodes }
-        actopcode:=tasmop(PtrInt(iasmops.Find(hs)));
+        actopcode:=tasmop(PtrUInt(iasmops.Find(hs)));
         { Also filter the helper opcodes, they can't be valid
           while reading an assembly source }
         if not (actopcode in