diff options
Diffstat (limited to 'usr.bin/oasm')
-rw-r--r-- | usr.bin/oasm/emit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/oasm/emit.c b/usr.bin/oasm/emit.c index 801951e..4783afd 100644 --- a/usr.bin/oasm/emit.c +++ b/usr.bin/oasm/emit.c @@ -103,7 +103,6 @@ emit_encode_mov(struct emit_state *state, struct oasm_token *tok) return NULL; } - /* Next token should be an IMM */ tok = TAILQ_NEXT(tok, link); if (tok == NULL) { |