mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NTOS]: Seems like cpsr_c doesn't work in this case? Need to investigate. Put an infinite loop in the entrypoint on ARM.
svn path=/trunk/; revision=49786
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
PROLOG_END KiSystemStartup
|
||||
|
||||
/* Put us in FIQ mode, set IRQ stack */
|
||||
msr cpsr_c, #CPSR_FIQ_MODE
|
||||
b .
|
||||
mrs r3, cpsr
|
||||
orr r3, r1, #CPSR_FIQ_MODE
|
||||
msr cpsr, r3
|
||||
ldr sp, [a1, #LpbInterruptStack]
|
||||
|
||||
/* Repeat for IRQ mode */
|
||||
|
||||
Reference in New Issue
Block a user