stage2 ARM: implement slice_elem_ptr, ptr_elem_ptr

This commit is contained in:
joachimschmidt557
2022-03-17 09:57:10 +01:00
parent f3f5a5d05b
commit 3ecba7d7a2
6 changed files with 60 additions and 33 deletions

View File

@@ -636,7 +636,6 @@ var global_ptr = &gdt[0];
test "global constant is loaded with a runtime-known index" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
const S = struct {
fn doTheTest() !void {