File tree Expand file tree Collapse file tree 2 files changed +11
-16
lines changed
branches/auto/src/rt/arch/arm Expand file tree Collapse file tree 2 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 0f89eab89d9a6af9c4536a943c646ebe41b13002
17
+ refs/heads/auto: c1cacc36672e2c6a581848c2909c7bb8a1b01f33
18
18
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
Original file line number Diff line number Diff line change 5
5
6
6
.globl __morestack
7
7
.hidden __morestack
8
+ .type __morestack , %function
8
9
__morestack:
9
- mov r3 , sp
10
+ .fnstart
11
+ .save {r4 , fp , lr}
12
+ push {r4 , fp , lr}
13
+ .movsp r4
14
+ mov r4 , sp
10
15
mov sp , r2
11
-
12
- str r3 , [ sp ]
13
- str lr , [ sp , # - 4 ]
14
-
15
- sub sp , # 8
16
-
16
+ mov fp , sp
17
17
blx r1
18
-
19
- add sp , # 8
20
-
21
- ldr lr , [ sp , # - 4 ]
22
- ldr r3 , [ sp ]
23
-
24
- mov sp , r3
18
+ mov sp , r4
19
+ pop {r4 , fp , lr}
25
20
mov pc , lr
26
-
21
+ .fnend
27
22
You can’t perform that action at this time.
0 commit comments