mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Correct previously-introduced test being a no-op
Forgot to invoke the macro due to a copy-paste error
This commit is contained in:
@@ -3,3 +3,4 @@ m: MACRO
|
|||||||
PURGE m
|
PURGE m
|
||||||
WARN "Where am I?"
|
WARN "Where am I?"
|
||||||
ENDM
|
ENDM
|
||||||
|
m
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
warning: macro-purge.asm(6) -> macro-purge.asm::m(4): [-Wuser]
|
||||||
|
Where am I?
|
||||||
|
|||||||
Reference in New Issue
Block a user