aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-exec-all.h
blob: 244bfb05055ac3cdeaffa219727376c08fee7dd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Index: qemu/exec-all.h
@@ -30,7 +30,7 @@
 struct TranslationBlock;
 
 /* XXX: make safe guess about sizes */
-#define MAX_OP_PER_INSTR 64
+#define MAX_OP_PER_INSTR 128 /* 64 */
 /* A Call op needs up to 6 + 2N parameters (N = number of arguments).  */
 #define MAX_OPC_PARAM 10
 #define OPC_BUF_SIZE 512