diff --git a/exosphere/start.cold.s b/exosphere/start.cold.s index 92b5cb0..1d8ea6b 100644 --- a/exosphere/start.cold.s +++ b/exosphere/start.cold.s @@ -49,7 +49,7 @@ mov x0, #3 msr rmr_el3, x0 isb - dsb + dsb sy /* Nintendo forgot to copy-paste the branch instruction below. */ _reset_wfi: wfi diff --git a/exosphere/start.warm.s b/exosphere/start.warm.s index a27fbf5..7e06ec7 100644 --- a/exosphere/start.warm.s +++ b/exosphere/start.warm.s @@ -49,7 +49,7 @@ mov x0, #3 msr rmr_el3, x0 isb - dsb + dsb sy /* Nintendo forgot to copy-paste the branch instruction below. */ _reset_wfi: wfi