summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-08-11 00:21:10 +0300
committerOxore <oxore@protonmail.com>2023-08-11 00:21:10 +0300
commit12169534d91f9fe5f0887c86cef3636a94448b33 (patch)
tree65780f7359662cd63f9644afb5b29e4e09e1cffa
parentde62710a3e90a0f513443bbdbe5ef60673bb040f (diff)
Fix size extension parsing in addr expression
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index fe2689e..5798c68 100644
--- a/main.c
+++ b/main.c
@@ -2109,7 +2109,6 @@ static int pars_parse_arg_after_prefix_expr(
}
// It is a standalone expression with or without size suffix, yield an
// argument from here
- arg->type = ARG_ADDR_UNSPEC;
return OK;
}