* i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert
<paubert@iram.es>.
This commit is contained in:
parent
33e2f5278c
commit
19f080ab4e
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
Tue Aug 26 12:21:52 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert
|
||||
<paubert@iram.es>.
|
||||
|
||||
* i386.h: Comment fixes for ficom[p]?{s,l} from Gabriel Paubert
|
||||
<paubert@iram.es>.
|
||||
|
||||
|
|
|
@ -771,7 +771,7 @@ static const template i386_optab[] = {
|
|||
/* Pentium Pro extensions */
|
||||
{"rdpmc", 0, 0x0f33, _, NoModrm, { 0, 0, 0} },
|
||||
|
||||
{"ud2", 0, 0x0fff, _, NoModrm, {0, 0, 0} }, /* official undefined instr. */
|
||||
{"ud2", 0, 0x0f0b, _, NoModrm, {0, 0, 0} }, /* official undefined instr. */
|
||||
|
||||
{"cmovo", 2, 0x0f40, _, Modrm|ReverseRegRegmem, { WordReg|WordMem, WordReg, 0} },
|
||||
{"cmovno", 2, 0x0f41, _, Modrm|ReverseRegRegmem, { WordReg|WordMem, WordReg, 0} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue