.text .globl fn1 .align 2 .type fn1,@function .ent fn1 fn1: #ifdef __PIC__ .set noreorder .cpload $t9 .set reorder #endif li $a0, 2 # return with exit code 2 #ifdef __PIC__ lw $t9, %call16(exit)($gp) # exit application jalr $t9 #else j exit # exit application #endif .end fn1 .size fn1, .-fn1