summaryrefslogtreecommitdiff
path: root/src/thread/loongarch64/__set_thread_area.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/loongarch64/__set_thread_area.s')
-rw-r--r--src/thread/loongarch64/__set_thread_area.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/thread/loongarch64/__set_thread_area.s b/src/thread/loongarch64/__set_thread_area.s
new file mode 100644
index 00000000..021307fc
--- /dev/null
+++ b/src/thread/loongarch64/__set_thread_area.s
@@ -0,0 +1,7 @@
+.global __set_thread_area
+.hidden __set_thread_area
+.type __set_thread_area,@function
+__set_thread_area:
+ move $tp, $a0
+ move $a0, $zero
+ jr $ra