fixed compilation
This commit is contained in:
parent
f174ce2b6f
commit
d112ab9943
@ -151,7 +151,7 @@ void BX_CPU_C::enter_system_management_mode(void)
|
||||
#endif
|
||||
|
||||
#if BX_CPU_LEVEL >= 5
|
||||
if (BX_CPU_THIS_PTR efer.get_SVME)
|
||||
if (BX_CPU_THIS_PTR efer.get_SVME())
|
||||
BX_CPU_THIS_PTR efer.set32(BX_EFER_SVME_MASK);
|
||||
else
|
||||
BX_CPU_THIS_PTR efer.set32(0);
|
||||
|
Loading…
Reference in New Issue
Block a user