diff options
-rw-r--r-- | usr.bin/oasm/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/oasm/parse.c b/usr.bin/oasm/parse.c index ba97306..69c21f9 100644 --- a/usr.bin/oasm/parse.c +++ b/usr.bin/oasm/parse.c @@ -133,7 +133,7 @@ parse_reg(struct oasm_state *state, struct oasm_token *tok) } p = tokstr[state->last]; - oasm_err("bad instruction '%s' for regop\n", p); + oasm_err("bad token '%s' for regop\n", p); return -1; } |