소스 검색

* 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;