mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
stage2 sparcv9: Fix unused parameter errors in Codegen
This commit is contained in:
parent
93b16de4b4
commit
59680b40a1
@ -27,5 +27,13 @@ pub fn generate(
|
||||
code: *std.ArrayList(u8),
|
||||
debug_output: DebugInfoOutput,
|
||||
) GenerateSymbolError!FnResult {
|
||||
_ = bin_file;
|
||||
_ = src_loc;
|
||||
_ = module_fn;
|
||||
_ = air;
|
||||
_ = liveness;
|
||||
_ = code;
|
||||
_ = debug_output;
|
||||
|
||||
@panic("TODO implement SPARCv9 codegen");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user