correct init.cc fix - copy/paste issue

This commit is contained in:
Stanislav Shwartsman 2012-05-20 19:02:29 +00:00
parent 3f32517201
commit 8e7f582bc3

View File

@ -756,7 +756,7 @@ void BX_CPU_C::after_restore_state(void)
{
handleCpuContextChange();
BX_CPU_THIS_PTR prev_rip = RIP = 0x00000000;
BX_CPU_THIS_PTR prev_rip = RIP;
if (BX_CPU_THIS_PTR cpu_mode == BX_MODE_IA32_REAL) CPL = 0;
else {