We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabfe5d commit 40a58ccCopy full SHA for 40a58cc
1 file changed
src/vmaware.hpp
@@ -23,10 +23,10 @@
23
* - struct for internal cpu operations => line 377
24
* - struct for internal memoization => line 606
25
* - struct for internal utility functions => line 679
26
- * - struct for internal core components => line 4351
+ * - struct for internal core components => line 4352
27
* - start of internal VM detection techniques => line 1205
28
- * - start of public VM detection functions => line 4435
29
- * - start of externally defined variables => line 4668
+ * - start of public VM detection functions => line 4436
+ * - start of externally defined variables => line 4669
30
*/
31
32
#if (defined(_MSC_VER) || defined(_WIN32) || defined(_WIN64) || defined(__MINGW32__))
0 commit comments