mm/include/prelude.inc

7 lines
95 B
C++

.set noat
.set noreorder
.set gp=64
.macro glabel label
.global \label
\label:
.endm