From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0PZf-0004aH-42 for qemu-devel@nongnu.org; Fri, 09 Apr 2010 21:33:27 -0400 Received: from [140.186.70.92] (port=49378 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0PZb-0004XL-1W for qemu-devel@nongnu.org; Fri, 09 Apr 2010 21:33:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0PZW-0007El-Ok for qemu-devel@nongnu.org; Fri, 09 Apr 2010 21:33:22 -0400 Received: from hall.aurel32.net ([88.191.82.174]:35042) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0PZW-0007EY-Fm for qemu-devel@nongnu.org; Fri, 09 Apr 2010 21:33:18 -0400 From: Aurelien Jarno Date: Sat, 10 Apr 2010 03:32:53 +0200 Message-Id: <1270863186-10180-6-git-send-email-aurelien@aurel32.net> In-Reply-To: <1270863186-10180-1-git-send-email-aurelien@aurel32.net> References: <1270863186-10180-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH v2 05/18] tcg/arm: align 64-bit arguments in function calls List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andrzej Zaborowski , Aurelien Jarno As specified by the "Procedure Call Standard for the ARM Architecture". Signed-off-by: Aurelien Jarno --- tcg/arm/tcg-target.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index a0027b5..334edfa 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -54,6 +54,7 @@ enum { /* used for function call generation */ #define TCG_REG_CALL_STACK TCG_REG_R13 #define TCG_TARGET_STACK_ALIGN 8 +#define TCG_TARGET_CALL_ALIGN_ARGS 1 #define TCG_TARGET_CALL_STACK_OFFSET 0 /* optional instructions */ -- 1.7.0.4