mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow the optional limitation on dmb instructions as is already the case
with dsb instructions.
This commit is contained in:
parent
baf9297e87
commit
671302a908
1 changed files with 1 additions and 0 deletions
|
|
@ -6571,6 +6571,7 @@ do_barrier (void)
|
|||
if (inst.operands[0].present)
|
||||
{
|
||||
constraint ((inst.instruction & 0xf0) != 0x40
|
||||
&& (inst.instruction & 0xf0) != 0x50
|
||||
&& inst.operands[0].imm != 0xf,
|
||||
"bad barrier type");
|
||||
inst.instruction |= inst.operands[0].imm;
|
||||
|
|
|
|||
Loading…
Reference in a new issue