Fix typo in ARM tcg-target.c (#859)

This commit is contained in:
darkf 2017-07-22 10:36:38 -05:00 committed by Nguyen Anh Quynh
parent da21bd0589
commit 42d0632108

View file

@ -1593,7 +1593,7 @@ static inline void tcg_out_qemu_st_direct(TCGContext *s, TCGMemOp opc,
static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, bool is64)
{
TCGReg addrlo, datalo, datahi, addrhi QEMU_UNUQEMU_UNUSED_VARSED;
TCGReg addrlo, datalo, datahi, addrhi QEMU_UNUSED_VAR;
TCGMemOp opc;
#ifdef CONFIG_SOFTMMU
int mem_index;