| author | |
| committer | |
| log | 59680b40a123472428db75410ec6d9c375313b45 |
| tree | 470fc6ae0b42f3987b05019d2b40cf1fa069b968 |
| parent | 93b16de4b4dc25a9e2fe076a5a992a85afc51ade |
1 files changed, 8 insertions(+), 0 deletions(-)
src/arch/sparcv9/CodeGen.zig+8| ... | ... | @@ -27,5 +27,13 @@ pub fn generate( |
| 27 | 27 | code: *std.ArrayList(u8), |
| 28 | 28 | debug_output: DebugInfoOutput, |
| 29 | 29 | ) GenerateSymbolError!FnResult { |
| 30 | _ = bin_file; | |
| 31 | _ = src_loc; | |
| 32 | _ = module_fn; | |
| 33 | _ = air; | |
| 34 | _ = liveness; | |
| 35 | _ = code; | |
| 36 | _ = debug_output; | |
| 37 | ||
| 30 | 38 | @panic("TODO implement SPARCv9 codegen"); |
| 31 | 39 | } |