]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind
authorJulian Seward <jseward@acm.org>
Tue, 12 Oct 2010 10:13:17 +0000 (10:13 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 12 Oct 2010 10:13:17 +0000 (10:13 +0000)
don't assert in their regtests on ARM.  (Value is the same in both
ARM and Thumb mode, fortunately.)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11432

include/pub_tool_machine.h

index 5b34c4886dfc0784abd8afbcfd9b32ebc743c4a1..35b3c491a21352b196f684a75cf9ac7d3b708e79 100644 (file)
@@ -61,7 +61,7 @@
 #elif defined(VGP_arm_linux)
 #  define VG_MIN_INSTR_SZB          2
 #  define VG_MAX_INSTR_SZB          4 
-#  define VG_CLREQ_SZB             28
+#  define VG_CLREQ_SZB             20
 #  define VG_STACK_REDZONE_SZB      0
 
 #elif defined(VGP_ppc32_aix5)