Skip to content

Commit

Permalink
Fix operand types in UMONITOR instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Maratyszcza committed Jan 7, 2024
1 parent 1c657aa commit 5ec31bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opcodes/x86.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18360,7 +18360,7 @@
<Instruction name="UMONITOR" summary="User mode Monitor a Linear Address Range">
<InstructionForm gas-name="umonitor">
<ISA id="WAITPKG"/>
<Operand type="r64" input="true" output="false"/>
<Operand type="r32" input="true" output="false"/>
<Encoding>
<Prefix byte="F3" mandatory="true"/>
<Opcode byte="0F"/>
Expand Down
2 changes: 1 addition & 1 deletion opcodes/x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23694,7 +23694,7 @@
<Instruction name="UMONITOR" summary="User mode Monitor a Linear Address Range">
<InstructionForm gas-name="umonitor">
<ISA id="WAITPKG"/>
<Operand type="r32" input="true" output="false"/>
<Operand type="r64" input="true" output="false"/>
<Encoding>
<Prefix byte="F3" mandatory="true"/>
<REX mandatory="false" W="0" B="#0"/>
Expand Down

0 comments on commit 5ec31bf

Please sign in to comment.