Skip to content

Commit

Permalink
fix 5 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPichon committed Jun 4, 2024
1 parent 823299c commit 9ed960d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/MP+daifset+dmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static void P0(litmus_test_run* data) {
"mov x0, #1\n\t"
"str x0, [%[x]]\n\t"

"msr daifset, #5\n\t"
"msr daifset, #15\n\t"

"mov x2, #1\n\t"
"str x2, [%[y]]\n\t"
Expand Down
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/MP+dmb+daifset.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static void P1(litmus_test_run* data) {
/* test */
"ldr x0, [x1]\n\t"

"msr daifset, #5\n\t"
"msr daifset, #15\n\t"

"ldr x2, [x3]\n\t"

Expand Down
2 changes: 1 addition & 1 deletion litmus/litmus_tests/exc/SB+daifsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void P0(litmus_test_run* data) {
/* test */
"str x0, [x1]\n\t"

"msr daifset, #5\n\t"
"msr daifset, #15\n\t"

"ldr x2, [x3]\n\t"

Expand Down

0 comments on commit 9ed960d

Please sign in to comment.