diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index cc70a26..ca5fa5c 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -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();