fix async function frames not aligned enough
This commit is contained in:
@@ -1759,3 +1759,7 @@ bool target_supports_libunwind(const ZigTarget *target) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
unsigned target_fn_align(const ZigTarget *target) {
|
||||
return 16;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user