mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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? */
|
||||
|
Reference in New Issue
Block a user