comment out

This commit is contained in:
Stanislav Shwartsman 2009-10-24 17:33:39 +00:00
parent 4dd73f2ebe
commit f7886e2a37

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: msr.cc,v 1.24 2009-10-22 13:33:13 sshwarts Exp $
// $Id: msr.cc,v 1.25 2009-10-24 17:33:39 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008-2009 Stanislav Shwartsman
@ -117,9 +117,11 @@ bx_bool BX_CPP_AttrRegparmN(2) BX_CPU_C::rdmsr(Bit32u index, Bit64u *msr)
#endif
#if BX_SUPPORT_VMX
/*
case BX_MSR_IA32_SMM_MONITOR_CTL:
BX_PANIC(("Dual-monitor treatment of SMI and SMM is not implemented"));
break;
*/
case BX_MSR_VMX_BASIC:
val64 = VMX_MSR_VMX_BASIC;
break;