Save failed stack trace code for future reference.
This commit is contained in:
@@ -46,6 +46,7 @@ impl FallibleIterator for Unwinder {
|
||||
let Some(pc) = self.regs.get_pc() else {
|
||||
return Err(UnwinderError::NoPcRegister);
|
||||
};
|
||||
// 0xffffffff8000014b b - 7 = 11 - 7 = 4
|
||||
|
||||
if self.is_first {
|
||||
self.is_first = false;
|
||||
|
||||
Reference in New Issue
Block a user