* i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert
authorIan Lance Taylor <ian@airs.com>
Tue, 26 Aug 1997 16:40:41 +0000 (16:40 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 26 Aug 1997 16:40:41 +0000 (16:40 +0000)
<paubert@iram.es>.

include/opcode/ChangeLog
include/opcode/i386.h

index a4e63a018effb39eb781a65849a89153093cdf08..a26fd02909fa7cd8720f3aa87f036a092451eeda 100644 (file)
@@ -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>.
 
index 9546cae3e6b2db7a1790a4b94ac1c0e4d799d9a8..47fa26114c2a4fb221d293836d6d5479ee70e18e 100644 (file)
@@ -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} },
This page took 0.035541 seconds and 4 git commands to generate.