summaryrefslogtreecommitdiff
path: root/sys/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/asm.h')
-rw-r--r--sys/include/asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/asm.h b/sys/include/asm.h
index 86e6354..0995f88 100644
--- a/sys/include/asm.h
+++ b/sys/include/asm.h
@@ -50,6 +50,7 @@ read_tp(void)
{
uint64_t x;
asm volatile("addi %0, tp, 0" : "=r"(x));
+ return x;
}
#endif /* _ASM_H */