Prechádzať zdrojové kódy

* Avoid pointer to signed integer warning

git-svn-id: trunk@17895 -
pierre 14 rokov pred
rodič
commit
af098d08d5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      compiler/powerpc64/rappcgas.pas

+ 1 - 1
compiler/powerpc64/rappcgas.pas

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