remove dbg print
This commit is contained in:
parent
44a04a5fa3
commit
7e629dedad
@ -1,5 +1,5 @@
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// $Id: iret.cc,v 1.20 2007-09-26 19:09:10 sshwarts Exp $
|
||||
// $Id: iret.cc,v 1.21 2007-09-26 19:10:41 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2001 MandrakeSoft S.A.
|
||||
@ -540,7 +540,7 @@ BX_CPU_C::long_iret(bxInstruction_c *i)
|
||||
IS_CODE_SEGMENT(ss_descriptor.type) ||
|
||||
!IS_DATA_SEGMENT_WRITEABLE(ss_descriptor.type))
|
||||
{
|
||||
BX_ERROR(("iret64: SS AR byte not writable or code segment: %d", ss_descriptor.type));
|
||||
BX_ERROR(("iret64: SS AR byte not writable or code segment"));
|
||||
exception(BX_GP_EXCEPTION, raw_ss_selector & 0xfffc, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user