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: