Skip to content

Commit

Permalink
fix renaming of vi to v_imm
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMerrill committed Oct 20, 2019
1 parent f2dd138 commit 98d7f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jit/gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ static inline bool gen_vec(enum arg rm, enum arg reg, void (*helper)(), gadget_t
} while (0)
#define VSTORE(src, dst,z) v_write(store, src, dst,z)
#define VCOMPARE(src, dst,z) v(compare, src, dst,z)
#define VSHIFTR_IMM(reg, amount, z) vi(imm_shiftr, amount, reg,z)
#define VSHIFTR_IMM(reg, amount, z) v_imm(imm_shiftr, amount, reg,z)
#define VXOR(src, dst,z) v(xor, src, dst,z)

#define DECODER_RET int
Expand Down

0 comments on commit 98d7f2c

Please sign in to comment.