don't assume offset evaluation mode in array dereferences; could apply to type info too, thus null mode; fix visualizer drag/drop causing close of hover eval, invalidating the dragged view too early; fix close-window not exiting if last window

This commit is contained in:
Ryan Fleury
2025-03-13 08:30:16 -07:00
parent 74ce085adc
commit d10547d2c0
2 changed files with 10 additions and 3 deletions
-1
View File
@@ -787,7 +787,6 @@ E_LOOKUP_ACCESS_FUNCTION_DEF(default)
// rjf: ops to compute the final address
new_tree = e_irtree_binary_op_u(arena, RDI_EvalOp_Add, offset_tree, base_tree);
mode = E_Mode_Offset;
}
}