anotehr fix for Bochs compiled for cpu-level=4

This commit is contained in:
Stanislav Shwartsman 2013-09-04 14:23:58 +00:00
parent 81affbe328
commit 5de4907f93

View File

@ -446,7 +446,7 @@ void bx_init_options()
new bx_param_num_c(cpuid_param,
"level", "CPU Level",
"CPU level",
5, BX_CPU_LEVEL,
(BX_CPU_LEVEL < 5) ? BX_CPU_LEVEL : 5, BX_CPU_LEVEL,
BX_CPU_LEVEL);
new bx_param_num_c(cpuid_param,