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
|
||||
|
||||
.macro jlabel label
|
||||
.global \label
|
||||
\label:
|
||||
.endm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue