mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 03:12:02 +08:00
Change CommandStreamReceiver::flush() argument to a reference
Change-Id: Ic933a297d4c4e243138d0d62323ba82a8b91240f Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
cd252b84a0
commit
f48b90ffee
@@ -8,7 +8,7 @@
|
||||
#include "unit_tests/mocks/mock_csr.h"
|
||||
#include "runtime/os_interface/os_interface.h"
|
||||
|
||||
FlushStamp MockCommandStreamReceiver::flush(BatchBuffer &batchBuffer, EngineType engineType, ResidencyContainer *allocationsForResidency, OsContext &osContext) {
|
||||
FlushStamp MockCommandStreamReceiver::flush(BatchBuffer &batchBuffer, EngineType engineType, ResidencyContainer &allocationsForResidency, OsContext &osContext) {
|
||||
FlushStamp stamp = 0;
|
||||
return stamp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user