fix async function frames not aligned enough

This commit is contained in:
Andrew Kelley
2019-08-11 22:35:12 -04:00
parent 911b1a0428
commit 24d5ec0783
5 changed files with 40 additions and 40 deletions

View File

@@ -1759,3 +1759,7 @@ bool target_supports_libunwind(const ZigTarget *target) {
return true;
}
unsigned target_fn_align(const ZigTarget *target) {
return 16;
}