Merge two patches by Avi Kivity (avik)

This commit is contained in:
Stanislav Shwartsman 2005-02-22 18:24:19 +00:00
parent 76e0f2cc95
commit 41578589c1
2 changed files with 4 additions and 2 deletions

View File

@ -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 */
{

View File

@ -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);