We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ad66 commit 4b10d1fCopy full SHA for 4b10d1f
compiler-rt/lib/interception/interception_win.cpp
@@ -339,7 +339,7 @@ struct TrampolineMemoryRegion {
339
uptr max_size;
340
};
341
342
-UNUSED static const uptr kTrampolineScanLimitRange = 1 << 31; // 2 gig
+UNUSED static const uptr kTrampolineScanLimitRange = 1ull << 31; // 2 gig
343
static const int kMaxTrampolineRegion = 1024;
344
static TrampolineMemoryRegion TrampolineRegions[kMaxTrampolineRegion];
345
0 commit comments