1
Fork 0

Add comment

This commit is contained in:
Aaron Hill 2019-10-29 21:09:51 -04:00
parent b06c83c200
commit d5c0acac4d
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -98,5 +98,7 @@ pub unsafe extern "C" fn __rust_start_panic(payload: usize) -> u32 {
imp::panic(Box::from_raw((*payload).box_me_up()))
}
// A dummy helper function for Miri.
// Used to push an empty stack frame when we start unwinding
#[cfg(miri)]
pub fn miri_panic_trampoline() {}