Skip to content

Commit

Permalink
Add jlabel to prelude.inc (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf authored Dec 29, 2022
1 parent 91a2d5b commit 7fb4f7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prelude.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
\label:
.endm

.macro jlabel label
\label:
.endm

# Float register aliases (o32 ABI)

.set $fv0, $f0
Expand Down

0 comments on commit 7fb4f7c

Please sign in to comment.