mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Fix segfaults when using PC outside a section
This commit is contained in:
@@ -0,0 +1 @@
|
||||
assert @ || 1
|
||||
@@ -0,0 +1,3 @@
|
||||
ERROR: assert@-no-sect.asm(1):
|
||||
PC has no value outside a section
|
||||
error: Assembly aborted (1 errors)!
|
||||
@@ -0,0 +1,2 @@
|
||||
if {@}
|
||||
endc
|
||||
@@ -0,0 +1,3 @@
|
||||
ERROR: if@-no-sect.asm(1):
|
||||
PC has no value outside a section
|
||||
error: Assembly aborted (1 errors)!
|
||||
Reference in New Issue
Block a user