when resolving irtrees to values, promote register spaces -> containing process space; fixes pointer casts to register values

This commit is contained in:
Ryan Fleury
2026-04-07 17:16:56 -06:00
parent 960f439a59
commit fee9f9a2c3
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -11121,6 +11121,7 @@ rd_frame(void)
ctx->thread_ip_vaddr = rip_vaddr;
ctx->thread_ip_voff = rip_voff;
ctx->thread_reg_space = rd_eval_space_from_ctrl_entity(thread, CTRL_EvalSpaceKind_Entity);
ctx->thread_process_space= rd_eval_space_from_ctrl_entity(process, CTRL_EvalSpaceKind_Entity);
ctx->thread_arch = thread->arch;
ctx->thread_unwind_count = unwind_count;