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 701fb1c commit f0665bfCopy full SHA for f0665bf
src/coreclr/vm/multicorejitimpl.h
@@ -33,7 +33,7 @@ const unsigned MODULE_MASK = 0xffff; // mask to get module index
33
const unsigned MODULE_LEVEL_OFFSET = 16; // offset of module load level
34
const unsigned MAX_MODULE_LEVELS = 0x100; // maximum allowed number of module levels (2^8 values)
35
36
-const unsigned MAX_METHODS = 0xffff; // Maximum allowed number of methods (2^16-1 max signature length)
+const unsigned MAX_METHODS = 0xffff; // Maximum allowed number of methods (2^16-1 values)
37
38
const unsigned SIGNATURE_LENGTH_MASK = 0xffff; // mask to get signature from packed data (2^16-1 max signature length)
39
0 commit comments