mm/tools/prelude.inc

7 lines
92 B
C++

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