mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 07:40:34 +00:00
exec-all.h: increase OPC_BUF_SIZE
Increase OPC_BUF_SIZE to compensate the MAX_OP_PER_INSTR's increase. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
b689c622a6
commit
6db73509bc
@ -37,7 +37,7 @@ typedef struct TranslationBlock TranslationBlock;
|
|||||||
#define MAX_OP_PER_INSTR 96
|
#define MAX_OP_PER_INSTR 96
|
||||||
/* A Call op needs up to 6 + 2N parameters (N = number of arguments). */
|
/* A Call op needs up to 6 + 2N parameters (N = number of arguments). */
|
||||||
#define MAX_OPC_PARAM 10
|
#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)
|
#define OPC_MAX_SIZE (OPC_BUF_SIZE - MAX_OP_PER_INSTR)
|
||||||
|
|
||||||
/* Maximum size a TCG op can expand to. This is complicated because a
|
/* Maximum size a TCG op can expand to. This is complicated because a
|
||||||
|
Loading…
Reference in New Issue
Block a user