Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
thread
hexagon
__set_thread_area.s
pretty
plain
permalink
blame
history
•
7 lines
•
164 B
1
.global __set_thread_area
2
.type __set_thread_area,@function
3
__set_thread_area:
4
	{ ugp = r0
5
	 r0 = #0
6
	 jumpr r31 }
7
.size __set_thread_area, .-__set_thread_area