__emit: Switch to the code segment when used outside functions

This commit is contained in:
Daniel_Cortez 2019-08-06 23:31:16 +07:00 committed by Stanislav Gromov
parent 3706859c39
commit 647cd34717

View File

@ -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();