summaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-exec-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/files/patch-exec-all.h')
-rw-r--r--emulators/qemu/files/patch-exec-all.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/qemu/files/patch-exec-all.h b/emulators/qemu/files/patch-exec-all.h
deleted file mode 100644
index 244bfb05055a..000000000000
--- a/emulators/qemu/files/patch-exec-all.h
+++ /dev/null
@@ -1,10 +0,0 @@
-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