remove '^M' chars that somehow showed up
I am reporting and disabling this PANIC. The report is this commit message, and the test case is win98.
This commit is contained in:
parent
590eca9438
commit
0761193c5a
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: vm8086.cc,v 1.7 2001-10-09 12:23:15 bdenney Exp $
|
||||
// $Id: vm8086.cc,v 1.8 2001-11-05 17:37:16 fries Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2001 MandrakeSoft S.A.
|
||||
@ -125,14 +125,13 @@ BX_CPU_C::stack_return_to_v86(Bit32u new_eip, Bit32u raw_cs_selector,
|
||||
void
|
||||
BX_CPU_C::stack_return_from_v86(BxInstruction_t *i)
|
||||
{
|
||||
BX_ERROR(("stack_return_from_v86 may not be implemented right!"));
|
||||
BX_PANIC(("Please report that you have found a test case for stack_return_from_v86"));
|
||||
BX_ERROR(("stack_return_from_v86 may not be implemented right!"));
|
||||
//exception(BX_GP_EXCEPTION, 0, 0);
|
||||
|
||||
|
||||
#if 1
|
||||
if (IOPL != 3) {
|
||||
// trap to virtual 8086 monitor
|
||||
BX_INFO(("stack_return_from_v86: IOPL != 3"));
|
||||
BX_ERROR(("stack_return_from_v86: IOPL != 3"));
|
||||
exception(BX_GP_EXCEPTION, 0, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user