diff options
Diffstat (limited to 'yjit_asm.h')
-rw-r--r-- | yjit_asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_asm.h b/yjit_asm.h index 617a32aafc..15c670fec7 100644 --- a/yjit_asm.h +++ b/yjit_asm.h @@ -377,8 +377,8 @@ void shr(codeblock_t* cb, x86opnd_t opnd0, x86opnd_t opnd1); void sub(codeblock_t* cb, x86opnd_t opnd0, x86opnd_t opnd1); void test(codeblock_t* cb, x86opnd_t rm_opnd, x86opnd_t test_opnd); void ud2(codeblock_t* cb); +void xchg(codeblock_t* cb, x86opnd_t rm_opnd, x86opnd_t r_opnd); void xor(codeblock_t* cb, x86opnd_t opnd0, x86opnd_t opnd1); - void cb_write_lock_prefix(codeblock_t* cb); #endif |