diff --git a/src/main.rs b/src/main.rs index 990b3c7..e439509 100644 --- a/src/main.rs +++ b/src/main.rs @@ -604,6 +604,7 @@ fn parse_label(pair: pest::iterators::Pair, next_pair: Option) -> AstNode { //println!("{:#?}", pair); + *CURRENT_SIZE.lock().unwrap() = Size::Word; match pair.as_rule() { Rule::data_byte => { match parse_operand(pair.into_inner().next().unwrap(), false) {