Skip to content

Commit 79b0428

Browse files
authored
Merge pull request #578 from kernelwernel/dev
performance optimizations
2 parents fb26974 + afe804e commit 79b0428

File tree

2 files changed

+905
-729
lines changed

2 files changed

+905
-729
lines changed

src/cli.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,7 @@ static void general() {
782782
checker(VM::AMD_THREAD_MISMATCH, "AMD thread count mismatch");
783783
checker(VM::CUCKOO_DIR, "Cuckoo directory");
784784
checker(VM::CUCKOO_PIPE, "Cuckoo pipe");
785-
checker(VM::HYPERV_HOSTNAME, "Hyper-V Azure hostname");
786-
checker(VM::GENERAL_HOSTNAME, "general VM hostnames");
785+
checker(VM::AZURE, "Azure Hyper-V");
787786
checker(VM::DISPLAY, "display");
788787
checker(VM::DEVICE_STRING, "bogus device string");
789788
checker(VM::BLUESTACKS_FOLDERS, "BlueStacks folders");

0 commit comments

Comments
 (0)