Force rustc to generate unwind-tables - infinite loop :(

This commit is contained in:
2025-03-05 22:37:19 +00:00
parent b26dc6de01
commit bc51f3ec43
+1
View File
@@ -110,6 +110,7 @@ impl FallibleIterator for Unwinder {
let Some(pc) = self.regs.get_ret() else {
return Err(UnwinderError::NoReturnAddr);
};
// REVIEWME: Must be a nicer way of doing this.
let pc = pc - 1;