fix build

This commit is contained in:
ProjectRevoTPP
2024-08-05 11:19:15 -04:00
parent b19a2e9ad0
commit 7a5c5df8a8
2 changed files with 5 additions and 1 deletions

View File

@@ -2,3 +2,7 @@
.global \label
\label:
.endm
.macro jlabel label
\label:
.endm