Define TCG_TARGET_CALL_STACK_OFFSET on arm.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4541 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
24bf7b3a1d
commit
bedba0cd07
@ -55,8 +55,9 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* used for function call generation */
|
/* used for function call generation */
|
||||||
#define TCG_REG_CALL_STACK TCG_REG_R13
|
#define TCG_REG_CALL_STACK TCG_REG_R13
|
||||||
#define TCG_TARGET_STACK_ALIGN 8
|
#define TCG_TARGET_STACK_ALIGN 8
|
||||||
|
#define TCG_TARGET_CALL_STACK_OFFSET 0
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
/* Note: must be synced with dyngen-exec.h */
|
/* Note: must be synced with dyngen-exec.h */
|
||||||
|
Loading…
Reference in New Issue
Block a user