From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzZQB-00068P-55 for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:52:11 -0400 Received: from [140.186.70.92] (port=55314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzZPo-0005yg-AV for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:52:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzZPi-0007JM-M7 for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:51:48 -0400 Received: from hall.aurel32.net ([88.191.82.174]:45314) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzZPh-0007Ii-O6 for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:51:42 -0400 From: Aurelien Jarno Date: Wed, 7 Apr 2010 19:51:12 +0200 Message-Id: <1270662685-7379-6-git-send-email-aurelien@aurel32.net> In-Reply-To: <1270662685-7379-1-git-send-email-aurelien@aurel32.net> References: <1270662685-7379-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH 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