there is no need to duplicate ignore_bad_msrs in param tree, this knob is loaded from options anyway

This commit is contained in:
Stanislav Shwartsman 2011-03-05 18:47:48 +00:00
parent 069a49c190
commit 3b8903e19d

View File

@ -553,10 +553,6 @@ void BX_CPU_C::register_state(void)
BXRS_PARAM_BOOL(cpu, disable_INIT, disable_INIT);
BXRS_PARAM_BOOL(cpu, pending_INIT, pending_INIT);
BXRS_PARAM_BOOL(cpu, trace, trace);
#if BX_CPU_LEVEL >= 5
BXRS_PARAM_BOOL(cpu, ignore_bad_msrs, ignore_bad_msrs);
#endif
}
Bit64s BX_CPU_C::param_save_handler(void *devptr, bx_param_c *param)