Force rustc to generate unwind-tables - infinite loop :(
This commit is contained in:
@@ -110,6 +110,7 @@ impl FallibleIterator for Unwinder {
|
|||||||
let Some(pc) = self.regs.get_ret() else {
|
let Some(pc) = self.regs.get_ret() else {
|
||||||
return Err(UnwinderError::NoReturnAddr);
|
return Err(UnwinderError::NoReturnAddr);
|
||||||
};
|
};
|
||||||
|
|
||||||
// REVIEWME: Must be a nicer way of doing this.
|
// REVIEWME: Must be a nicer way of doing this.
|
||||||
let pc = pc - 1;
|
let pc = pc - 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user