do not prohibit same-rips from stopping unwinds

This commit is contained in:
Ryan Fleury
2025-05-14 10:15:42 -07:00
parent 2e2eb4a6f2
commit 10c4dcecd1
+1 -2
View File
@@ -3142,8 +3142,7 @@ ctrl_unwind_from_thread(Arena *arena, CTRL_EntityStore *store, CTRL_Handle threa
unwind.flags |= step.flags;
if(step.flags & CTRL_UnwindFlag_Error ||
regs_rsp_from_arch_block(arch, regs_block) == 0 ||
regs_rip_from_arch_block(arch, regs_block) == 0 ||
regs_rip_from_arch_block(arch, regs_block) == rip)
regs_rip_from_arch_block(arch, regs_block) == 0)
{
break;
}