Skip to content
  • Michael Matz's avatar
    x86-asm: Fix lar opcode operands · 56927167
    Michael Matz authored
    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.
    56927167