fix: update incorrect debug_break
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
parent
1a00d96735
commit
be7b80746b
|
@ -80,7 +80,7 @@ void InOrderExecInfo::reset() {
|
|||
if (deviceCounterAllocation) {
|
||||
memset(deviceCounterAllocation->getUnderlyingBuffer(), 0, deviceCounterAllocation->getUnderlyingBufferSize());
|
||||
} else {
|
||||
DEBUG_BREAK_IF(true);
|
||||
DEBUG_BREAK_IF(!deviceAddress);
|
||||
}
|
||||
|
||||
if (hostCounterAllocation) {
|
||||
|
|
Loading…
Reference in New Issue