mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 16:41:56 +03:00
riscv: float args
This commit is contained in:
@@ -11148,7 +11148,6 @@ fn lowerFnRetTy(o: *Object, fn_info: InternPool.Key.FuncType) Allocator.Error!Bu
|
||||
}
|
||||
return o.builder.structType(.normal, types[0..types_len]);
|
||||
},
|
||||
.none => unreachable,
|
||||
}
|
||||
},
|
||||
// TODO investigate C ABI for other architectures
|
||||
@@ -11406,7 +11405,6 @@ const ParamTypeIterator = struct {
|
||||
it.llvm_index += it.types_len - 1;
|
||||
return .multiple_llvm_types;
|
||||
},
|
||||
.none => unreachable,
|
||||
}
|
||||
},
|
||||
// TODO investigate C ABI for other architectures
|
||||
|
||||
Reference in New Issue
Block a user