projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b689c62
)
exec-all.h: increase OPC_BUF_SIZE
author
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 22 Sep 2009 21:31:04 +0000
(23:31 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 23 Sep 2009 07:25:03 +0000
(09:25 +0200)
Increase OPC_BUF_SIZE to compensate the MAX_OP_PER_INSTR's increase.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec-all.h
patch
|
blob
|
history
diff --git
a/exec-all.h
b/exec-all.h
index ef783d8d16f093489e58a7502f2ae94329fe7a03..93e0b5ddfb47a8f355b547a1882ebbd2bb15f648 100644
(file)
--- a/
exec-all.h
+++ b/
exec-all.h
@@
-37,7
+37,7
@@
typedef struct TranslationBlock TranslationBlock;
#define MAX_OP_PER_INSTR 96
/* A Call op needs up to 6 + 2N parameters (N = number of arguments). */
#define MAX_OPC_PARAM 10
-#define OPC_BUF_SIZE
512
+#define OPC_BUF_SIZE
640
#define OPC_MAX_SIZE (OPC_BUF_SIZE - MAX_OP_PER_INSTR)
/* Maximum size a TCG op can expand to. This is complicated because a