Browse Source

* fixed compilation after cleaning up for r16272

git-svn-id: trunk@16280 -
tom_at_work 14 years ago
parent
commit
f1a7cf78fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/powerpc64/cgcpu.pas

+ 1 - 1
compiler/powerpc64/cgcpu.pas

@@ -1394,7 +1394,7 @@ var
   href : treference;
   paraloc : Pcgparalocation;
 begin
-  if ((ioffset >= low(smallint)) and (ioffset < high(smallint)) then begin
+  if ((ioffset >= low(smallint)) and (ioffset < high(smallint))) then begin
     { the original method can handle this }
     inherited g_adjust_self_value(list, procdef, ioffset);
     exit;