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

Side by Side Diff: fusl/src/thread/sh/__unmapself.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/thread/sh/__set_thread_area.s ('k') | fusl/src/thread/sh/clone.s » ('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 .text
2 .global __unmapself_sh_mmu
3 .type __unmapself_sh_mmu, @function
4 __unmapself_sh_mmu:
5 mov #91, r3 ! SYS_munmap
6 trapa #31
7
8 or r0, r0
9 or r0, r0
10 or r0, r0
11 or r0, r0
12 or r0, r0
13
14 mov #1, r3 ! SYS_exit
15 mov #0, r4
16 trapa #31
17
18 or r0, r0
19 or r0, r0
20 or r0, r0
21 or r0, r0
22 or r0, r0
OLDNEW
« no previous file with comments | « fusl/src/thread/sh/__set_thread_area.s ('k') | fusl/src/thread/sh/clone.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698