PPC: Fix typo in instruction disassembly for mtspr.

This commit is contained in:
Parker Lamb
2017-05-19 14:14:12 -05:00
parent aab946a36b
commit 4b607a68ba
2 changed files with 3 additions and 3 deletions

View File

@@ -908,7 +908,7 @@
<insn mnem="mtspr" opcode="7c0003a6" form="XFX" group="c" desc="Move to Special-Purpose Register">
<in field="RS" />
<out field="SPR" />
<disasm>mtmspr [SPR], [RS]</disasm>
<disasm>mtspr [SPR], [RS]</disasm>
</insn>
<insn mnem="mulhdx" opcode="7c000092" form="XO" group="i" desc="Multiply High Doubleword">
<in field="RA" />