qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 05/18] tcg/arm: align 64-bit arguments in function c


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH 05/18] tcg/arm: align 64-bit arguments in function calls
Date: Wed, 7 Apr 2010 19:51:12 +0200

As specified by the "Procedure Call Standard for the ARM Architecture".

Signed-off-by: Aurelien Jarno <address@hidden>
---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]