We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b8f664 + b87f8bf commit 3d45383Copy full SHA for 3d45383
src/vmaware.hpp
@@ -11184,9 +11184,14 @@ struct VM {
11184
if (found) break;
11185
}
11186
11187
- free(buffer);
11188
- SetupDiDestroyDeviceInfoList(devs);
11189
- return !found;
+ free(buffer);
+ SetupDiDestroyDeviceInfoList(devs);
+
11190
+ if (!found) {
11191
+ debug("CLOCK: PIT/AT (PNP0100) timer not found");
11192
+ }
11193
11194
+ return !found;
11195
11196
// ADD NEW TECHNIQUE FUNCTION HERE
11197
#endif
0 commit comments