]> git.proxmox.com Git - qemu.git/blobdiff - exec-all.h
xen_console: fix memory leak
[qemu.git] / exec-all.h
index 21a69d68adedb8fdb6f7c8c224c3c8d42026ad21..69acf3b97d96566b159e5c1d60d70aaf3d482b54 100644 (file)
@@ -44,11 +44,7 @@ struct TranslationBlock;
 typedef struct TranslationBlock TranslationBlock;
 
 /* XXX: make safe guess about sizes */
-#if (HOST_LONG_BITS == 32) && (TARGET_LONG_BITS == 64)
-#define MAX_OP_PER_INSTR 128
-#else
-#define MAX_OP_PER_INSTR 96
-#endif
+#define MAX_OP_PER_INSTR 208
 
 #if HOST_LONG_BITS == 32
 #define MAX_OPC_PARAM_PER_ARG 2