mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Increase maximum translation size. This can happen when translating
long sequences of x86 insns with IR optimisation disabled, so the tag-checking crap doesn't get knocked out like it usually does. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3492
This commit is contained in:
@@ -277,7 +277,7 @@ IRBB* vg_SP_update_pass ( IRBB* bb_in, VexGuestLayout* layout,
|
||||
|
||||
/* Vex dumps the final code in here. Then we can copy it off
|
||||
wherever we like. */
|
||||
#define N_TMPBUF 10000
|
||||
#define N_TMPBUF 20000
|
||||
static UChar tmpbuf[N_TMPBUF];
|
||||
|
||||
/* Function pointers we must supply to LibVEX in order that it
|
||||
|
||||
Reference in New Issue
Block a user