more generic call codegen

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4528 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2008-05-22 14:59:57 +00:00
parent cf60bce405
commit 39cf05d322
4 changed files with 75 additions and 42 deletions

View file

@ -42,6 +42,7 @@ enum {
/* used for function call generation */
#define TCG_REG_CALL_STACK TCG_REG_ESP
#define TCG_TARGET_STACK_ALIGN 16
#define TCG_TARGET_CALL_STACK_OFFSET 0
/* Note: must be synced with dyngen-exec.h */
#define TCG_AREG0 TCG_REG_EBP