]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Nuke some defunct constants.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 27 Nov 2004 15:28:44 +0000 (15:28 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 27 Nov 2004 15:28:44 +0000 (15:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3125

coregrind/arm/core_arch_asm.h
coregrind/x86/core_arch_asm.h

index f46f4be91a9d005367416822de0d6885c4bb21a1..67bc901d429ca1d56204d76b0fff4b8213a9fb08 100644 (file)
 #ifndef __ARM_CORE_ARCH_ASM_H
 #define __ARM_CORE_ARCH_ASM_H
 
-#if 0
-/* size of call instruction put into generated code at jump sites */
-#define VG_PATCHME_CALLSZ      5
-
-/* size of jmp instruction which overwrites the call */
-#define VG_PATCHME_JMPSZ       5
-#endif
-
 // XXX: ???
 /* maximum number of normal jumps which can appear in a basic block */
 #define VG_MAX_JUMPS           2
index 9e08991048a037e65092dacc9e507a298510524f..ad5fcfc758818a0c89ca1772c90a29eededc19f7 100644 (file)
 #ifndef __X86_CORE_ARCH_ASM_H
 #define __X86_CORE_ARCH_ASM_H
 
-/* size of call instruction put into generated code at jump sites */
-#define VG_PATCHME_CALLSZ      5
-
-/* size of jmp instruction which overwrites the call */
-#define VG_PATCHME_JMPSZ       5
-
 /* maximum number of normal jumps which can appear in a basic block */
 #define VG_MAX_JUMPS           2