From 62301191400c880af61b6e62a0d1eeb265795be4 Mon Sep 17 00:00:00 2001
From: Jonas Maebe <jonas@freepascal.org>
Date: Sat, 14 Mar 2015 21:55:48 +0000
Subject: [PATCH]   - removed self-assignment of cur_stack_offset introduced by
 refactoring in     r30221

git-svn-id: trunk@30230 -
---
 compiler/powerpc64/cpupara.pas | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/powerpc64/cpupara.pas b/compiler/powerpc64/cpupara.pas
index 997f5e0e4c..aefd5f9797 100644
--- a/compiler/powerpc64/cpupara.pas
+++ b/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;