Explorar o código

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

git-svn-id: trunk@30230 -

Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
6230119140
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      compiler/powerpc64/cpupara.pas

+ 0 - 1
compiler/powerpc64/cpupara.pas

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