Skip to content

Commit 0a99107

Browse files
committed
sma,l lshw_qemu fix
1 parent 372994c commit 0a99107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9628,7 +9628,7 @@ static bool rdtsc() {
96289628
if (!(
96299629
(util::exists("/usr/bin/lshw")) ||
96309630
(util::exists("/bin/lshw")) ||
9631-
(util::exists("/usr/sbin/lshw")) ||
9631+
(util::exists("/usr/sbin/lshw"))
96329632
)) {
96339633
debug("LSHW_QEMU: ", "binary doesn't exist");
96349634
return false;

0 commit comments

Comments
 (0)