summaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>1999-12-27 16:10:31 +0000
committerAlan Modra <amodra@bigpond.net.au>1999-12-27 16:10:31 +0000
commite80008b49fa8a8965577617950a2feb5f6d0ba83 (patch)
treecc9612b6a9dde1d4343687f40b8c4b963d83df9b /opcodes/i386-dis.c
parent28cd29049593c3496665d04b1cecfbfd3db38d1d (diff)
downloadbinutils-redhat-e80008b49fa8a8965577617950a2feb5f6d0ba83.tar.gz
x86 indirect jump/call syntax fixes. Disassembly fix for lcall.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r--opcodes/i386-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 3018b7b83a..a75d6e316c 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -1749,7 +1749,7 @@ static const struct dis386 grps[][8] = {
{ "incQ", Ev, XX, XX },
{ "decQ", Ev, XX, XX },
{ "callP", indirEv, XX, XX },
- { "callP", indirEv, XX, XX },
+ { "lcallP", indirEv, XX, XX },
{ "jmpP", indirEv, XX, XX },
{ "ljmpP", indirEv, XX, XX },
{ "pushQ", Ev, XX, XX },