Remove urgency from DMB comment in MRRC
DMB is currently a no-op via the instruction, so it should likely still be a no-op here.
This commit is contained in:
parent
4d13cb0446
commit
c487045b7a
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ namespace ARMeilleure.Instructions
|
|||
switch (op.Opc2)
|
||||
{
|
||||
case 5: // Data Memory Barrier Register
|
||||
return; // no-op
|
||||
default:
|
||||
throw new NotImplementedException($"Unknown MRC Opc2 0x{op.Opc2:X16} at 0x{op.Address:X16}.");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue