stage2 ARM: support all integer types in genTypedValue
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user