Skip to content

Commit 7a5c5df

Browse files
committed
fix build
1 parent b19a2e9 commit 7a5c5df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

include/macro.inc

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
.global \label
33
\label:
44
.endm
5+
6+
.macro jlabel label
7+
\label:
8+
.endm

tools/asmproc

0 commit comments

Comments
 (0)