X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmcb.h;h=968873ab2b29037287f9cd9aea4e325a935f2cc6;hp=ed85de5fdef4334c34fac688605e33c37a288745;hb=18aca3554039ac4b38e4e7991eacf41960d81e51;hpb=2bfd0e9c8aa5d520e4207fd6cf50a5f50993e3ca diff --git a/palacios/include/palacios/vmcb.h b/palacios/include/palacios/vmcb.h index ed85de5..968873a 100644 --- a/palacios/include/palacios/vmcb.h +++ b/palacios/include/palacios/vmcb.h @@ -324,7 +324,7 @@ struct VMCB_State_Save_Area { //offset 0x0cb uchar_t cpl; // if the guest is real-mode then the CPL is forced to 0 - // if the guest is virtual-mode then the CPL is forced to 3 + // if the guest is virtual-mode then the CPL is forced to 3 uint_t rsvd2;