correct init.cc fix - copy/paste issue
This commit is contained in:
parent
3f32517201
commit
8e7f582bc3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user