We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539b2a0 commit 4f180acCopy full SHA for 4f180ac
src/vmaware.hpp
@@ -5185,13 +5185,8 @@ struct VM {
5185
#endif
5186
5187
auto adjust = [=](const u8 value) -> u8 {
5188
-#if (MSVC)
5189
- if (ver == 11 && core::enabled(WIN_HYPERV_DEFAULT)) {
5190
- return (value / 2);
5191
- }
5192
-#endif
5193
return value;
5194
- };
+ };
5195
5196
for (const auto& tmp : table) {
5197
technique pair = tmp.second;
0 commit comments