diff options
Diffstat (limited to 'usr.bin/oasm')
-rw-r--r-- | usr.bin/oasm/parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/oasm/parse.c b/usr.bin/oasm/parse.c index 3389802..c81b498 100644 --- a/usr.bin/oasm/parse.c +++ b/usr.bin/oasm/parse.c @@ -128,7 +128,6 @@ parse_reg(struct oasm_state *state, struct oasm_token *tok) break; default: if (tok_is_mro(state->last)) { - state->last = tok->type; break; } |