Fix segfaults when using PC outside a section

This commit is contained in:
ISSOtm
2020-03-27 12:30:09 +01:00
parent 06fe27c516
commit 84cd9f2db9
8 changed files with 16 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
assert @ || 1
+3
View File
@@ -0,0 +1,3 @@
ERROR: [email protected](1):
PC has no value outside a section
error: Assembly aborted (1 errors)!
View File
+2
View File
@@ -0,0 +1,2 @@
if {@}
endc
+3
View File
@@ -0,0 +1,3 @@
ERROR: [email protected](1):
PC has no value outside a section
error: Assembly aborted (1 errors)!
View File