mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Correct debugPauseStateAddress initialization
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a03b5f8a95
commit
7ed804a4bb
@@ -296,7 +296,7 @@ class CommandStreamReceiver {
|
||||
uint64_t totalMemoryUsed = 0u;
|
||||
|
||||
volatile uint32_t *tagAddress = nullptr;
|
||||
volatile DebugPauseState *debugPauseStateAddress;
|
||||
volatile DebugPauseState *debugPauseStateAddress = nullptr;
|
||||
SpinLock debugPauseStateLock;
|
||||
static void *asyncDebugBreakConfirmation(void *arg);
|
||||
std::function<void()> debugConfirmationFunction = []() { std::cin.get(); };
|
||||
|
||||
Reference in New Issue
Block a user