Adding a break at right spot to fix a bug in tests which got exposed with clang usage

Change-Id: Ibf197f0108eec0bc4b87df8672d24e394a03d1b3


[ROCm/clr commit: 96a5d45b0e]
此提交包含在:
Jatin Chaudhary
2020-02-18 17:23:31 +05:30
父節點 0f409bb67e
當前提交 c60714754c
+1
查看文件
@@ -291,6 +291,7 @@ hipError_t ihipDeviceGetAttribute(int* pi, hipDeviceAttribute_t attr, int device
break;
case hipDeviceAttributeMaxTexture3DDepth:
*pi = prop->maxTexture3D[2];
break;
case hipDeviceAttributeHdpMemFlushCntl:
{
uint32_t** hdp = reinterpret_cast<uint32_t**>(pi);