Skip to content

Commit d278ab6

Browse files
committed
fix format
1 parent 01e92ba commit d278ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loader/layers/sanitizer/msan/msan_shadow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ ur_result_t MsanShadowMemoryGPU::Setup() {
138138
// To reserve very large amount of GPU virtual memroy, the pStart param should be beyond
139139
// the SVM range, so that GFX driver will automatically switch to reservation on the GPU
140140
// heap.
141-
const void *StartAddress = (void *)(0x100000000000000ULL);
141+
const void *StartAddress = (void *)(0x100'0000'0000'0000ULL);
142142
// TODO: Protect Bad Zone
143143
auto Result = getContext()->urDdiTable.VirtualMem.pfnReserve(
144144
Context, StartAddress, ShadowSize, (void **)&ShadowBegin);

0 commit comments

Comments
 (0)