From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM9k8-0007vd-Ph for qemu-devel@nongnu.org; Thu, 24 Jul 2008 18:57:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM9k7-0007tB-6h for qemu-devel@nongnu.org; Thu, 24 Jul 2008 18:57:04 -0400 Received: from [199.232.76.173] (port=36563 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM9k7-0007sv-2T for qemu-devel@nongnu.org; Thu, 24 Jul 2008 18:57:03 -0400 Received: from savannah.gnu.org ([199.232.41.3]:36339 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KM9k6-0006X1-Kv for qemu-devel@nongnu.org; Thu, 24 Jul 2008 18:57:02 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KM9jS-0006sG-7c for qemu-devel@nongnu.org; Thu, 24 Jul 2008 22:56:22 +0000 Received: from malc by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KM9jR-0006sC-TE for qemu-devel@nongnu.org; Thu, 24 Jul 2008 22:56:22 +0000 MIME-Version: 1.0 Errors-To: malc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: malc Message-Id: Date: Thu, 24 Jul 2008 22:56:21 +0000 Subject: [Qemu-devel] [4941] Use proper value for TCG_TARGET_CALL_STACK_OFFSET Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4941 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4941 Author: malc Date: 2008-07-24 22:56:21 +0000 (Thu, 24 Jul 2008) Log Message: ----------- Use proper value for TCG_TARGET_CALL_STACK_OFFSET Modified Paths: -------------- trunk/tcg/ppc64/tcg-target.h Modified: trunk/tcg/ppc64/tcg-target.h =================================================================== --- trunk/tcg/ppc64/tcg-target.h 2008-07-24 17:51:36 UTC (rev 4940) +++ trunk/tcg/ppc64/tcg-target.h 2008-07-24 22:56:21 UTC (rev 4941) @@ -65,7 +65,7 @@ /* used for function call generation */ #define TCG_REG_CALL_STACK TCG_REG_R1 #define TCG_TARGET_STACK_ALIGN 16 -#define TCG_TARGET_CALL_STACK_OFFSET 8 +#define TCG_TARGET_CALL_STACK_OFFSET 48 /* optional instructions */ #define TCG_TARGET_HAS_neg_i32