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

@@ -66,7 +66,6 @@ test "initialize const optional C pointer to null" {
test "assigning integer to C pointer" {
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;
var x: i32 = 0;