Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoSucks committed Aug 5, 2024
1 parent b19a2e9 commit 7a5c5df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions include/macro.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
.global \label
\label:
.endm

.macro jlabel label
\label:
.endm
2 changes: 1 addition & 1 deletion tools/asmproc
Submodule asmproc updated 2 files
+12 −5 asm_processor.py
+10 −0 prelude.inc

0 comments on commit 7a5c5df

Please sign in to comment.