Merge two patches by Avi Kivity (avik)
This commit is contained in:
parent
76e0f2cc95
commit
41578589c1
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: string.cc,v 1.26 2004-11-26 19:53:04 sshwarts Exp $
|
||||
// $Id: string.cc,v 1.27 2005-02-22 18:24:19 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2001 MandrakeSoft S.A.
|
||||
@ -1835,6 +1835,8 @@ void BX_CPU_C::STOSQ_YqRAX(bxInstruction_c *i)
|
||||
/* increment EDI */
|
||||
rdi += 8;
|
||||
}
|
||||
|
||||
RDI = rdi;
|
||||
}
|
||||
else /* 32 bit address size */
|
||||
{
|
||||
|
@ -713,8 +713,8 @@ static void debug_loop(void)
|
||||
PUTREG(buf, RDX, 8);
|
||||
PUTREG(buf, RSI, 8);
|
||||
PUTREG(buf, RDI, 8);
|
||||
PUTREG(buf, RSP, 8);
|
||||
PUTREG(buf, RBP, 8);
|
||||
PUTREG(buf, RSP, 8);
|
||||
PUTREG(buf, R8, 8);
|
||||
PUTREG(buf, R9, 8);
|
||||
PUTREG(buf, R10, 8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user