We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a441cd commit b87f8bfCopy full SHA for b87f8bf
src/vmaware.hpp
@@ -11191,9 +11191,14 @@ struct VM {
11191
if (found) break;
11192
}
11193
11194
- free(buffer);
11195
- SetupDiDestroyDeviceInfoList(devs);
11196
- return !found;
+ free(buffer);
+ SetupDiDestroyDeviceInfoList(devs);
+
11197
+ if (!found) {
11198
+ debug("CLOCK: PIT/AT (PNP0100) timer not found");
11199
+ }
11200
11201
+ return !found;
11202
11203
// ADD NEW TECHNIQUE FUNCTION HERE
11204
#endif
0 commit comments