stage2 ARM: support all integer types in genTypedValue

This commit is contained in:
joachimschmidt557
2022-02-08 12:56:50 +01:00
parent 37fea3e3dd
commit 6b0c950cb8
7 changed files with 17 additions and 22 deletions

View File

@@ -93,8 +93,6 @@ test "@ptrCast preserves alignment of bigger source" {
}
test "alignstack" {
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
try expect(fnWithAlignedStack() == 1234);
}