stage2 ARM: implement ret_load

This commit is contained in:
joachimschmidt557
2022-03-08 14:20:15 +01:00
committed by Joachim Schmidt
parent 55ccf4c7a8
commit 95fc41b2b4
13 changed files with 76 additions and 36 deletions

View File

@@ -285,7 +285,6 @@ fn fB() []const u8 {
test "call function pointer in struct" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage1) return error.SkipZigTest;
try expect(mem.eql(u8, f3(true), "a"));