mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-11 03:55:50 +00:00
* i386-dis.c (dis386): Recognize icebp (0xf1).
This commit is contained in:
parent
26304000ed
commit
067186e45f
@ -1,3 +1,7 @@
|
||||
2003-03-22 Doug Evans <dje@sebabeach.org>
|
||||
|
||||
* i386-dis.c (dis386): Recognize icebp (0xf1).
|
||||
|
||||
2003-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* s390-dis.c (init_disasm): Rename S390_OPCODE_ESAME to
|
||||
|
@ -736,7 +736,7 @@ static const struct dis386 dis386[] = {
|
||||
{ "outS", indirDX, eAX, XX },
|
||||
/* f0 */
|
||||
{ "(bad)", XX, XX, XX }, /* lock prefix */
|
||||
{ "(bad)", XX, XX, XX },
|
||||
{ "icebp", XX, XX, XX },
|
||||
{ "(bad)", XX, XX, XX }, /* repne */
|
||||
{ "(bad)", XX, XX, XX }, /* repz */
|
||||
{ "hlt", XX, XX, XX },
|
||||
|
Loading…
x
Reference in New Issue
Block a user