]> git.proxmox.com Git - qemu.git/blobdiff - disas.c
omap_gpmc: Fix handling of FIFOTHRESHOLDSTATUS bit
[qemu.git] / disas.c
diff --git a/disas.c b/disas.c
index d208c52402895a906e9efe9c5b2a8f382f95f4d8..611b30b55b7fcc3117868ccb124a17dd375ebadf 100644 (file)
--- a/disas.c
+++ b/disas.c
@@ -5,7 +5,6 @@
 #include <errno.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 
 /* Filled in by elfload.c.  Simplistic, but will do for now. */
@@ -138,7 +137,7 @@ print_insn_thumb1(bfd_vma pc, disassemble_info *info)
 
 /* Disassemble this for me please... (debugging). 'flags' has the following
    values:
-    i386 - nonzero means 16 bit code
+    i386 - 1 means 16 bit code, 2 means 64 bit code
     arm  - nonzero means thumb code
     ppc  - nonzero means little endian
     other targets - unused