mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +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;
|
uint64_t totalMemoryUsed = 0u;
|
||||||
|
|
||||||
volatile uint32_t *tagAddress = nullptr;
|
volatile uint32_t *tagAddress = nullptr;
|
||||||
volatile DebugPauseState *debugPauseStateAddress;
|
volatile DebugPauseState *debugPauseStateAddress = nullptr;
|
||||||
SpinLock debugPauseStateLock;
|
SpinLock debugPauseStateLock;
|
||||||
static void *asyncDebugBreakConfirmation(void *arg);
|
static void *asyncDebugBreakConfirmation(void *arg);
|
||||||
std::function<void()> debugConfirmationFunction = []() { std::cin.get(); };
|
std::function<void()> debugConfirmationFunction = []() { std::cin.get(); };
|
||||||
|
|||||||
Reference in New Issue
Block a user