diff options
| -rw-r--r-- | asm.myr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ const emitinstr = {p ;; ;; | _: - -> `std.Err("unrecognized instruction") + -> `std.Err(std.fmt("unrecognized instruction {}", p[0])) ;; -> `std.Ok((b, mark)) |