mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
5 lines
57 B
C++
5 lines
57 B
C++
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|