Commit 60a412dd authored by jkp's avatar jkp
Browse files

3->4

parent 37863446
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -31,6 +31,6 @@ fn main() { ...@@ -31,6 +31,6 @@ fn main() {
let riscv = pass_6::pass_6(ast_4, data, rodata); let riscv = pass_6::pass_6(ast_4, data, rodata);
let out_file = std::env::args().nth(3).expect("out_file"); let out_file = std::env::args().nth(4).expect("out_file");
std::fs::write(out_file, riscv).expect("Unable to write file"); std::fs::write(out_file, riscv).expect("Unable to write file");
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment