xref: /minix3/lib/libc/arch/m68k/sys/__m68k_read_tp.S (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1e415d488SLionel Sambuc#include "SYS.h"
2e415d488SLionel Sambuc
3e415d488SLionel SambucENTRY(__m68k_read_tp)
4e415d488SLionel Sambuc	SYSTRAP(_lwp_getprivate)
5e415d488SLionel Sambuc	movl	%d0,%a0
6e415d488SLionel Sambuc	rts
7*84d9c625SLionel SambucEND(__m68k_read_tp)
8