stage2 ARM: implement struct_field_val for registers

This commit is contained in:
joachimschmidt557
2022-09-04 09:00:14 +02:00
parent 25729d6155
commit 3794f2c493
13 changed files with 36 additions and 24 deletions

View File

@@ -1127,7 +1127,6 @@ test "tag name functions are unique" {
test "size of enum with only one tag which has explicit integer tag type" {
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
const E = enum(u8) { nope = 10 };