]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase size of translation buffer.
authorJulian Seward <jseward@acm.org>
Sun, 24 Oct 2004 22:28:57 +0000 (22:28 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 24 Oct 2004 22:28:57 +0000 (22:28 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@407

VEX/head20041019/coregrind/vg_translate.c

index 2dba4123cdcc49b4c6ab7d958f156611faf26544..7df3a8bbf422b222971862ad9c19cafabfcf4b1f 100644 (file)
@@ -1386,7 +1386,7 @@ Bool uInstrMentionsTempReg ( UInstr* u, Int tempreg )
 
 /* Vex dumps the final code in here.  Then we can copy it off
    wherever we like. */
-#define N_TMPBUF 5000
+#define N_TMPBUF 10000
 static UChar tmpbuf[N_TMPBUF];
 
 /* Function pointers we must supply to LibVEX in order that it