Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Dec 25, 2024
1 parent 947dd40 commit 3f4d489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/loader/layers/sanitizer/msan/msan_shadow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ur_result_t MsanShadowMemoryGPU::Setup() {
// To reserve very large amount of GPU virtual memroy, the pStart param should be beyond
// the SVM range, so that GFX driver will automatically switch to reservation on the GPU
// heap.
const void *StartAddress = (void *)(0x100000000000000ULL);
const void *StartAddress = (void *)(0x100'0000'0000'0000ULL);
// TODO: Protect Bad Zone
auto Result = getContext()->urDdiTable.VirtualMem.pfnReserve(
Context, StartAddress, ShadowSize, (void **)&ShadowBegin);
Expand Down

0 comments on commit 3f4d489

Please sign in to comment.