We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9e933 commit 743673aCopy full SHA for 743673a
src/NetMQ/Core/Utils/OpCode.cs
@@ -11,7 +11,7 @@ internal static class Opcode
11
12
public static bool Open()
13
{
14
- //Look for an environment variable: "NETQM_SUPPRESS_RDTSC" with any value
+ // Look for an environment variable: "NETQM_SUPPRESS_RDTSC" with any value.
15
// The application can set this environment variable when this code is running in a system where
16
// it is not desirable to read the processor's time stamp counter.
17
// While this is supported in modern CPUs, the technique used for allocating executable memory, copying OP Code
0 commit comments