Ver código fonte

- removed self-assignment of cur_stack_offset introduced by refactoring in
r30221

git-svn-id: trunk@30230 -

Jonas Maebe 10 anos atrás
pai
commit
6230119140
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      compiler/powerpc64/cpupara.pas

+ 0 - 1
compiler/powerpc64/cpupara.pas

@@ -386,7 +386,6 @@ begin
   curintreg := nextintreg;
   curintreg := nextintreg;
   curfloatreg := nextfloatreg;
   curfloatreg := nextfloatreg;
   curmmreg := nextmmreg;
   curmmreg := nextmmreg;
-  cur_stack_offset := cur_stack_offset;
   result := cur_stack_offset;
   result := cur_stack_offset;
 end;
 end;