mirror of https://github.com/zeldaret/mm.git
Remove .global from jlabel
This commit is contained in:
parent
0f6d6fb7b1
commit
c7eed56a2a
|
|
@ -21,7 +21,6 @@
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro jlabel label
|
.macro jlabel label
|
||||||
.global \label
|
|
||||||
\label:
|
\label:
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue