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:
riperiperi 2020-01-18 23:37:30 +00:00
parent 4d13cb0446
commit c487045b7a

View file

@ -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}.");
}