* i386-dis.c (FWAIT_OPCODE): Define.
authorIan Lance Taylor <ian@airs.com>
Sun, 13 Jun 1999 13:56:26 +0000 (13:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 13 Jun 1999 13:56:26 +0000 (13:56 +0000)
commit5076851fbc4405863b3552011b67d04f364d7eb4
treedc5f1689f85e769f2bb511d6b439cd1218be7a69
parent277c9afe08fc7ba3dc87519a956af8b4b7504b0c
* i386-dis.c (FWAIT_OPCODE): Define.
(fetch_data): Don't print an error message if we have already
found an fwait prefix.
(ckprefix): Use FWAIT_OPCODE rather than 0x9b.
(print_insn_i386): If setjmp fails, indicating a data error, but
we have found an fwait prefix, then print it as an fwait
instruction.  In any case, return the number of bytes consumed, if
any, rather than always returning -1.
opcodes/ChangeLog
opcodes/i386-dis.c