From 617c10d3cb0a9b9bad112c79c85384c08c22c98e Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Mon, 13 Apr 2026 18:04:00 -0700 Subject: Fix context menus for calls when call target is HLIL_IMPORT Add a `getCallInstructionAddress` helper that maps from view highlight state to the address of the corresponding call instruction, if one is highlighted. This logic was previously duplicated between `LinearView` and `FlowGraphWidget`. --- ui/uitypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/uitypes.h') diff --git a/ui/uitypes.h b/ui/uitypes.h index dde77c4a..4c2e9404 100644 --- a/ui/uitypes.h +++ b/ui/uitypes.h @@ -6,7 +6,7 @@ // there are changes to the API that affect linking, including new functions, // new types, modifications to existing functions or types, or new versions // of the Qt libraries. -#define BN_CURRENT_UI_ABI_VERSION 13 +#define BN_CURRENT_UI_ABI_VERSION 14 // Minimum ABI version that is supported for loading of plugins. Plugins that // are linked to an ABI version less than this will not be able to load and -- cgit v1.3.1