Remove .global from jlabel

This commit is contained in:
Tharo 2025-08-06 15:31:18 +01:00
parent 0f6d6fb7b1
commit c7eed56a2a
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
.endm
.macro jlabel label
.global \label
\label:
.endm