Browse Source

* another compilation failure due to cleanup of changes to r16272

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

+ 2 - 1
compiler/powerpc64/cgcpu.pas

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