fix debugger tracking of shared libraries on mips with PIE main program
[musl] / src / thread / m68k / __m68k_read_tp.s
1 .text
2 .global __m68k_read_tp
3 .type   __m68k_read_tp,@function
4 __m68k_read_tp:
5         move.l #333,%d0
6         trap #0
7         move.l %d0,%a0
8         rts