| ... | @@ -27,5 +27,13 @@ pub fn generate( | ... | @@ -27,5 +27,13 @@ pub fn generate( |
| 27 | code: *std.ArrayList(u8), | 27 | code: *std.ArrayList(u8), |
| 28 | debug_output: DebugInfoOutput, | 28 | debug_output: DebugInfoOutput, |
| 29 | ) GenerateSymbolError!FnResult { | 29 | ) GenerateSymbolError!FnResult { |
| | 30 | _ = bin_file; |
| | 31 | _ = src_loc; |
| | 32 | _ = module_fn; |
| | 33 | _ = air; |
| | 34 | _ = liveness; |
| | 35 | _ = code; |
| | 36 | _ = debug_output; |
| | 37 | |
| 30 | @panic("TODO implement SPARCv9 codegen"); | 38 | @panic("TODO implement SPARCv9 codegen"); |
| 31 | } | 39 | } |