提交 35f6b599 编写于 作者: M malc

tcg/ppc[64]: Only define addend load helpers in softmmu case

Signed-off-by: Nmalc <av1474@comtv.ru>
上级 b1aa27c4
......@@ -36,11 +36,14 @@ static uint8_t *tb_ret_addr;
#endif
#define FAST_PATH
#ifdef CONFIG_SOFTMMU
#if TARGET_PHYS_ADDR_BITS <= 32
#define ADDEND_OFFSET 0
#else
#define ADDEND_OFFSET 4
#endif
#endif
#ifndef GUEST_BASE
#define GUEST_BASE 0
......
......@@ -28,11 +28,13 @@ static uint8_t *tb_ret_addr;
#define FAST_PATH
#ifdef CONFIG_SOFTMMU
#if TARGET_PHYS_ADDR_BITS == 32
#define LD_ADDEND LWZ
#else
#define LD_ADDEND LD
#endif
#endif
#if TARGET_LONG_BITS == 32
#define LD_ADDR LWZU
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册