소스 검색

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

git-svn-id: trunk@30230 -

Jonas Maebe 10 년 전
부모
커밋
6230119140
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;