1#include <sys/asm.h>
2
3.section ".init"
4
5PTR_LA $t9, __pthread_initialize_minimal
6jalr $t9
7
8