Restore sp for x86.

2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>

	* amd64-tdep.c (amd64_word_names): Replace "sp" with "".
	* i386-tdep.c (i386_word_names): Likewise.
This commit is contained in:
H.J. Lu
2010-03-12 15:12:35 +00:00
parent 6a8f26716a
commit 9cad29ac31
3 changed files with 7 additions and 2 deletions

View File

@ -94,7 +94,7 @@ static const char *i386_byte_names[] =
static const char *i386_word_names[] =
{
"ax", "cx", "dx", "bx",
"sp", "bp", "si", "di"
"", "bp", "si", "di"
};
/* MMX register? */