add some debugging info for 64 bit mode.

This commit is contained in:
Peter Tattam 2003-02-26 02:24:15 +00:00
parent 0f94706c80
commit 3aa1b591c1

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: protect_ctrl.cc,v 1.23 2003-01-17 18:08:13 cbothamy Exp $
// $Id: protect_ctrl.cc,v 1.24 2003-02-26 02:24:15 ptrumpet Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -508,6 +508,7 @@ BX_CPU_C::LTR_Ew(bxInstruction_c *i)
access_linear(BX_CPU_THIS_PTR gdtr.base + selector.index*8 + 8, 4, 0,
BX_READ, &dword3);
descriptor.u.tss386.base |= ((Bit64u)dword3 << 32);
BX_INFO(("64 bit tss base = %08x%08x\n",(Bit32u)(descriptor.u.tss386.base >> 32),(Bit32u)descriptor.u.tss386.base));
}
#endif