qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4687] undocumented 0x82 opcode is invalid in 64 bit code
@ 2008-06-06 12:54 Fabrice Bellard
  0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-06-06 12:54 UTC (permalink / raw)
  To: qemu-devel

Revision: 4687
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4687
Author:   bellard
Date:     2008-06-06 12:54:30 +0000 (Fri, 06 Jun 2008)

Log Message:
-----------
undocumented 0x82 opcode is invalid in 64 bit code

Modified Paths:
--------------
    trunk/target-i386/translate.c

Modified: trunk/target-i386/translate.c
===================================================================
--- trunk/target-i386/translate.c	2008-06-06 12:08:46 UTC (rev 4686)
+++ trunk/target-i386/translate.c	2008-06-06 12:54:30 UTC (rev 4687)
@@ -3788,9 +3788,11 @@
         }
         break;
 
+    case 0x82:
+        if (CODE64(s))
+            goto illegal_op;
     case 0x80: /* GRP1 */
     case 0x81:
-    case 0x82:
     case 0x83:
         {
             int val;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-06 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 12:54 [Qemu-devel] [4687] undocumented 0x82 opcode is invalid in 64 bit code Fabrice Bellard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).