mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
fix: add missing member initializations
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b4733dedb7
commit
1963ea69e5
@@ -117,8 +117,8 @@ struct DebugSessionWindows : DebugSessionImp {
|
||||
uint32_t size;
|
||||
};
|
||||
|
||||
uint64_t debugAreaVA;
|
||||
NEO::DebugAreaHeader debugArea;
|
||||
uint64_t debugAreaVA{};
|
||||
NEO::DebugAreaHeader debugArea{};
|
||||
std::atomic<uint64_t> stateSaveAreaVA{0};
|
||||
std::atomic<size_t> stateSaveAreaSize{0};
|
||||
bool stateSaveAreaCaptured = false;
|
||||
|
||||
Reference in New Issue
Block a user