git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3125
#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
#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