riscv: implement optional logic

This commit is contained in:
David Rubin
2024-05-25 22:52:26 -07:00
parent d69c48370a
commit a270c6f8c8
23 changed files with 222 additions and 105 deletions
-1
View File
@@ -124,7 +124,6 @@ test "debug info for optional error set" {
test "implicit cast to optional to error union to return result loc" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
fn entry() !void {