Преглед изворни кода

* another compilation failure due to cleanup of changes to r16272

git-svn-id: trunk@16281 -
tom_at_work пре 15 година
родитељ
комит
446eacaf47
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      compiler/powerpc64/cgcpu.pas

+ 2 - 1
compiler/powerpc64/cgcpu.pas

@@ -1410,9 +1410,10 @@ begin
     with paraloc^ do begin
       case loc of
         LOC_REGISTER:
+        begin
           a_load_const_reg(list, size, ioffset, NR_R11);
           a_op_reg_reg(list, OP_SUB, size, NR_R11, register);
-        else
+        end else
           internalerror(2010103102);
       end;
       paraloc:=next;