Implement PRFM (register variant) as NOP (#1956)

* Implement PRFM (register variant) as NOP

Fix typo pfrm -> prfm
Add comments to distinguish variants

* Increment PTC version
This commit is contained in:
mageven 2021-01-26 10:39:27 +05:30 committed by GitHub
parent 6d5ad31e82
commit 078f8c40d8
4 changed files with 7 additions and 6 deletions

View file

@ -68,7 +68,7 @@ namespace ARMeilleure.Instructions
Nop,
Orn,
Orr,
Pfrm,
Prfm,
Rbit,
Ret,
Rev16,