added missed vmexit reason to debug print

This commit is contained in:
Stanislav Shwartsman 2015-04-18 19:25:58 +00:00
parent f8264a7b38
commit 239b1ae684

View File

@ -106,7 +106,8 @@ static const char *VMX_vmexit_reason_name[] =
"RDSEED"
"Reserved62",
"XSAVES",
"XRSTORS"
"XRSTORS",
"PCOMMIT"
};
////////////////////////////////////////////////////////////