Fix broken aarch64 unwind test
This commit is contained in:
parent
da8ac73d91
commit
9d2b932d71
@ -16,7 +16,7 @@ fn drop(&mut self) {
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" fn panicky() {
|
||||
extern "C-unwind" fn panicky() {
|
||||
resume_unwind(Box::new(()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user