Skip to content

Commit

Permalink
Remove unneeded rex prefix in callr
Browse files Browse the repository at this point in the history
Thanks to Marc Nieper-Wißkirchen for noticing the issue.
  • Loading branch information
pcpa committed Aug 21, 2020
1 parent 8dc376f commit 7807aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jit_x86-cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3457,7 +3457,7 @@ _calli_p(jit_state_t *_jit, jit_word_t i0)
static void
_jmpr(jit_state_t *_jit, jit_int32_t r0)
{
rex(0, WIDE, _NOREG, _NOREG, r0);
rex(0, 0, _NOREG, _NOREG, r0);
ic(0xff);
mrm(0x03, 0x04, r7(r0));
}
Expand Down

0 comments on commit 7807aea

Please sign in to comment.