diff --git a/compiler/powerpc64/cgcpu.pas b/compiler/powerpc64/cgcpu.pas index be6bcb350d..a38e5bffcb 100644 --- a/compiler/powerpc64/cgcpu.pas +++ b/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;