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:
parent
b0d3f1d06f
commit
c19cfca183
4 changed files with 7 additions and 6 deletions
|
@ -102,7 +102,7 @@ namespace ARMeilleure.Instructions
|
|||
}
|
||||
}
|
||||
|
||||
public static void Pfrm(ArmEmitterContext context)
|
||||
public static void Prfm(ArmEmitterContext context)
|
||||
{
|
||||
// Memory Prefetch, execute as no-op.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue