From 75325bf9ef9fefef38a9aa0a225420797536a607 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 2 Dec 2025 19:24:12 -0800 Subject: [PATCH] bb1 modified: src/p_lx_elf.cpp --- src/p_lx_elf.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index ebb1a78b..6f3bed95 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -1704,6 +1704,8 @@ PackLinuxElf32::buildLinuxLoader( relocateLoader(); } +unsigned bb1; // aid for possible debugging NRV/UCL + void PackLinuxElf64::buildLinuxLoader( upx_byte const *const proto,