mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
start.cold/warm: Correct MSR instructions
The second operand needs to be an immediate
This commit is contained in:
parent
90f792b1cc
commit
a9eccab99b
@ -10,7 +10,7 @@ __start_cold:
|
||||
*/
|
||||
/* The following comments are mine. */
|
||||
/* mask all interrupts */
|
||||
msr daifset, daif
|
||||
msr daifset, 0b1111
|
||||
|
||||
/*
|
||||
Enable invalidates of branch target buffer, then flush
|
||||
|
@ -10,7 +10,7 @@ __start_warm:
|
||||
*/
|
||||
/* The following comments are mine. */
|
||||
/* mask all interrupts */
|
||||
msr daifset, daif
|
||||
msr daifset, 0b1111
|
||||
|
||||
/*
|
||||
Enable invalidates of branch target buffer, then flush
|
||||
|
Loading…
Reference in New Issue
Block a user