File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ zelLoaderTranslateHandleInternal(
103103 switch (handleType){
104104 case ZEL_HANDLE_DRIVER:
105105 {
106- // Determine if legacy loader interception is enabled or
107- // loader object exists for that handle by checking two conditions:
108- // 1. DDI Ext is disabled in loader OR
109- // 2. The input handle's function pointer table matches the loader's dispatch table,
110- // indicating this handle was created through the loader's intercept layer
106+ // Determine if legacy loader intercept is enabled
107+ // i.e., loader object exists for that handle by checking two conditions:
108+ // 1. DDI Ext is disabled in loader by default OR
109+ // 2. The input handle's function pointer matches the loader's dispatch table pointer ,
110+ // indicating that the handle was created through the legacy loader intercept layer
111111
112112 bool legacy_ldr_intercept_enabled = (!loader::context->driverDDIPathDefault ) ||
113113 (reinterpret_cast <ze_handle_t *>(handleIn)->pCore ->Driver ->pfnGet ==
You can’t perform that action at this time.
0 commit comments