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 e052b52 commit 2e523fcCopy full SHA for 2e523fc
src/coreclr/runtime/amd64/AllocFast.S
@@ -234,7 +234,7 @@ LEAF_ENTRY RhpNewPtrArrayFast, _TEXT
234
235
// Delegate overflow handling to the generic helper conservatively
236
237
- cmp rsi, (0x40000000 / 8) // sizeof(void*)
+ cmp rsi, 0x40000000 / 8 // 0x40000000 / sizeof(void*)
238
jae C_FUNC(RhpNewArrayFast)
239
240
// In this case we know the element size is sizeof(void *), or 8 for x64
0 commit comments