mirror of
https://github.com/momo5502/emulator.git
synced 2026-02-01 19:15:23 +01:00
Ignore system info class 250
This commit is contained in:
@@ -736,6 +736,7 @@ namespace
|
|||||||
{
|
{
|
||||||
if (info_class == SystemFlushInformation
|
if (info_class == SystemFlushInformation
|
||||||
|| info_class == SystemHypervisorSharedPageInformation
|
|| info_class == SystemHypervisorSharedPageInformation
|
||||||
|
|| info_class == 250 // Build 27744
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return STATUS_NOT_SUPPORTED;
|
return STATUS_NOT_SUPPORTED;
|
||||||
|
|||||||
Reference in New Issue
Block a user