fix: update incorrect debug_break

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz 2024-02-16 14:57:44 +00:00 committed by Compute-Runtime-Automation
parent 1a00d96735
commit be7b80746b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void InOrderExecInfo::reset() {
if (deviceCounterAllocation) { if (deviceCounterAllocation) {
memset(deviceCounterAllocation->getUnderlyingBuffer(), 0, deviceCounterAllocation->getUnderlyingBufferSize()); memset(deviceCounterAllocation->getUnderlyingBuffer(), 0, deviceCounterAllocation->getUnderlyingBufferSize());
} else { } else {
DEBUG_BREAK_IF(true); DEBUG_BREAK_IF(!deviceAddress);
} }
if (hostCounterAllocation) { if (hostCounterAllocation) {