From 5692716770e9e2e733d0e7ab6ce0bd70cb830aba Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 11 Jul 2016 21:41:15 +0200 Subject: x86-asm: Fix lar opcode operands lar can accept multiple sizes as well (wlx), like lsl. When using autosize it's important to look at the destination operand first; when it's a register that one determines the size, not the input operand. --- i386-tok.h | 1 + 1 file changed, 1 insertion(+) (limited to 'i386-tok.h') diff --git a/i386-tok.h b/i386-tok.h index c54e0e7..cf65897 100644 --- a/i386-tok.h +++ b/i386-tok.h @@ -185,6 +185,7 @@ DEF_WLX(btr) DEF_WLX(btc) + DEF_WLX(lar) DEF_WLX(lsl) /* generic FP ops */ -- cgit v1.3.1