Add comment support (#379)
* Add comment support * Don't print empty comments * Add nop instruction * Add test and note * Add FuncWriter trait * Remove comment support * Add write_preamble to FuncWriter * Fix test * Some changes
This commit is contained in:
@@ -149,7 +149,7 @@ fn handle_module(
|
||||
if flag_check_translation {
|
||||
context
|
||||
.verify(fisa)
|
||||
.map_err(|err| pretty_verifier_error(&context.func, fisa.isa, &err))?;
|
||||
.map_err(|err| pretty_verifier_error(&context.func, fisa.isa, None, &err))?;
|
||||
} else {
|
||||
let compiled_size = context
|
||||
.compile(isa)
|
||||
|
||||
Reference in New Issue
Block a user