mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
parent
782b457476
commit
c22b60f0c4
@ -28,6 +28,8 @@
|
|||||||
/* make initial value of some registers available to higher-level code */
|
/* make initial value of some registers available to higher-level code */
|
||||||
ldr r4, =__initial_sp
|
ldr r4, =__initial_sp
|
||||||
str sp, [r4]
|
str sp, [r4]
|
||||||
|
ldr r4, =__initial_r0
|
||||||
|
str r0, [r4]
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Install initial temporary environment that is replaced later by the
|
* Install initial temporary environment that is replaced later by the
|
||||||
@ -66,3 +68,7 @@
|
|||||||
.global __initial_sp
|
.global __initial_sp
|
||||||
__initial_sp:
|
__initial_sp:
|
||||||
.space 4
|
.space 4
|
||||||
|
/* initial value of the R0 register */
|
||||||
|
.global __initial_r0
|
||||||
|
__initial_r0:
|
||||||
|
.space 4
|
||||||
|
Loading…
Reference in New Issue
Block a user