aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/x86_64')
-rw-r--r--tcg/x86_64/tcg-target.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/x86_64/tcg-target.c b/tcg/x86_64/tcg-target.c
index 0ee7d2344..681a75874 100644
--- a/tcg/x86_64/tcg-target.c
+++ b/tcg/x86_64/tcg-target.c
@@ -294,6 +294,7 @@ static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, int rm,
}
}
+#if defined(CONFIG_SOFTMMU)
/* XXX: incomplete. index must be different from ESP */
static void tcg_out_modrm_offset2(TCGContext *s, int opc, int r, int rm,
int index, int shift,
@@ -330,6 +331,7 @@ static void tcg_out_modrm_offset2(TCGContext *s, int opc, int r, int rm,
tcg_out32(s, offset);
}
}
+#endif
static inline void tcg_out_mov(TCGContext *s, int ret, int arg)
{