mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
fix: stop using gpr15 in non-debug context
Resolves: NEO-11027 Signed-off-by: Jemale Lockett <jemale.lockett@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5b6acb4f3f
commit
dd884a0733
@@ -216,7 +216,7 @@ HWTEST_F(CommandEncoderMathTest, givenOffsetAndValueWhenEncodeBitwiseAndValIsCal
|
||||
EXPECT_NE(commands.end(), itor);
|
||||
auto cmdMem = genCmdCast<MI_STORE_REGISTER_MEM *>(*itor);
|
||||
EXPECT_EQ(cmdMem, storeRegMem);
|
||||
EXPECT_EQ(cmdMem->getRegisterAddress(), RegisterOffsets::csGprR15);
|
||||
EXPECT_EQ(cmdMem->getRegisterAddress(), RegisterOffsets::csGprR12);
|
||||
EXPECT_EQ(cmdMem->getMemoryAddress(), dstAddress);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user