__emit: Switch to the code segment when used outside functions
This commit is contained in:
parent
3706859c39
commit
647cd34717
@ -1784,6 +1784,7 @@ static void parse(void)
|
|||||||
/* ignore zero's */
|
/* ignore zero's */
|
||||||
break;
|
break;
|
||||||
case t__EMIT:
|
case t__EMIT:
|
||||||
|
begcseg();
|
||||||
emit_flags |= efGLOBAL;
|
emit_flags |= efGLOBAL;
|
||||||
lex(&val,&str);
|
lex(&val,&str);
|
||||||
emit_parse_line();
|
emit_parse_line();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user