From ad8608b278027eb70f11f68b299632b509d09905 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Wed, 3 Dec 2025 22:13:34 -0800 Subject: [PATCH] save the program number for programs created with binaries --- intercept/src/intercept.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/intercept/src/intercept.h b/intercept/src/intercept.h index 1d03033d..a420c31a 100644 --- a/intercept/src/intercept.h +++ b/intercept/src/intercept.h @@ -2978,6 +2978,10 @@ inline bool CLIntercept::checkAubCaptureEnqueueLimits( _devs, \ _lengths, \ _binaries ); \ + } \ + else \ + { \ + pIntercept->saveProgramNumber( _program ); \ } // Called from clCreateProgramWithIL: