arm: Fix typo in ldrsh instruction name
ldrsh was typoed as hdrsh, which is a bit annoying when printing instructions. This patch fixes it.
This commit is contained in:
parent
737e5da7f6
commit
f4311d3932
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ let {{
|
|||
buildLoads("ldrsbt", size=1, sign=True, user=True)
|
||||
buildLoads("ldrh", size=2)
|
||||
buildLoads("ldrht", size=2, user=True)
|
||||
buildLoads("hdrsh", size=2, sign=True)
|
||||
buildLoads("ldrsh", size=2, sign=True)
|
||||
buildLoads("ldrsht", size=2, sign=True, user=True)
|
||||
|
||||
buildDoubleLoads("ldrd")
|
||||
|
|
Loading…
Reference in a new issue