Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Side by Side Diff: fusl/src/setjmp/sh-nofpu/setjmp.s

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/src/setjmp/sh-nofpu/longjmp.sub ('k') | fusl/src/setjmp/sh-nofpu/setjmp.sub » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 .global ___setjmp
2 .hidden ___setjmp
3 .global __setjmp
4 .global _setjmp
5 .global setjmp
6 .type __setjmp, @function
7 .type _setjmp, @function
8 .type setjmp, @function
9 ___setjmp:
10 __setjmp:
11 _setjmp:
12 setjmp:
13 add #36, r4
14 sts.l pr, @-r4
15 mov.l r15 @-r4
16 mov.l r14, @-r4
17 mov.l r13, @-r4
18 mov.l r12, @-r4
19 mov.l r11, @-r4
20 mov.l r10, @-r4
21 mov.l r9, @-r4
22 mov.l r8, @-r4
23 rts
24 mov #0, r0
OLDNEW
« no previous file with comments | « fusl/src/setjmp/sh-nofpu/longjmp.sub ('k') | fusl/src/setjmp/sh-nofpu/setjmp.sub » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698