aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1d88fe8..e425d3e 100644
--- a/main.c
+++ b/main.c
@@ -941,7 +941,7 @@ static void assemble(void) {
} else if (v->instr.variant < 14) {
opcode = 0x01000faf;
prefix = ((v->instr.variant - 8) % 3) == 0 ? 0x66 : -1;
- assemblerrm(&v->instr, prefix, opcode, 0);
+ assemblerrm(&v->instr, prefix, opcode, 1);
} else {
const Imm *imm;
imm = &v->instr.arg3->imm;