diff options
author | Oxore <oxore@protonmail.com> | 2023-08-11 00:21:10 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-08-11 00:21:10 +0300 |
commit | 12169534d91f9fe5f0887c86cef3636a94448b33 (patch) | |
tree | 65780f7359662cd63f9644afb5b29e4e09e1cffa | |
parent | de62710a3e90a0f513443bbdbe5ef60673bb040f (diff) |
Fix size extension parsing in addr expression
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |