__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 */
|
||||
break;
|
||||
case t__EMIT:
|
||||
begcseg();
|
||||
emit_flags |= efGLOBAL;
|
||||
lex(&val,&str);
|
||||
emit_parse_line();
|
||||
|
Loading…
x
Reference in New Issue
Block a user