target/mips: Add missing macro continuation backslash to user-only OP_ST_ATOMIC macro

This commit is contained in:
Lioncash 2018-03-15 23:10:18 -04:00
parent 2eef8bba67
commit f476e4b598
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -2092,7 +2092,7 @@ OP_LD_ATOMIC(lld,ld64);
static inline void op_st_##insn(TCGv arg1, TCGv arg2, int rt, int mem_idx, \
DisasContext *ctx) \
{ \
struct uc_struct *uc = ctx->uc;
struct uc_struct *uc = ctx->uc; \
TCGContext *tcg_ctx = uc->tcg_ctx; \
TCGv t0 = tcg_temp_new(tcg_ctx); \
TCGLabel *l1 = gen_new_label(tcg_ctx); \