mirror of https://gitee.com/openkylin/qemu.git
tcg/i386: Move TCG_REG_CALL_STACK from define to enum
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5740d9f714
commit
66c0285df4
|
@ -86,10 +86,10 @@ typedef enum {
|
|||
TCG_REG_RDI = TCG_REG_EDI,
|
||||
|
||||
TCG_AREG0 = TCG_REG_EBP,
|
||||
TCG_REG_CALL_STACK = TCG_REG_ESP
|
||||
} TCGReg;
|
||||
|
||||
/* used for function call generation */
|
||||
#define TCG_REG_CALL_STACK TCG_REG_ESP
|
||||
#define TCG_TARGET_STACK_ALIGN 16
|
||||
#if defined(_WIN64)
|
||||
#define TCG_TARGET_CALL_STACK_OFFSET 32
|
||||
|
|
Loading…
Reference in New Issue