mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Removed the remnants of the attempt at an ARM port, because it had
bit-rotted badly and was clogging up the code. I put the useful remnants in docs/porting-to-ARM in case anyone ever wants to try porting to ARM again. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4092
This commit is contained in:
@@ -41,10 +41,6 @@
|
||||
# define VG_MIN_INSTR_SZB 1
|
||||
# define VG_MAX_INSTR_SZB 16
|
||||
# define VG_STACK_REDZONE_SZB 128
|
||||
#elif defined(VGA_arm)
|
||||
# define VG_MIN_INSTR_SZB 4
|
||||
# define VG_MAX_INSTR_SZB 4
|
||||
# define VG_STACK_REDZONE_SZB 0
|
||||
#elif defined(VGA_ppc32)
|
||||
# define VG_MIN_INSTR_SZB 4
|
||||
# define VG_MAX_INSTR_SZB 4
|
||||
|
||||
Reference in New Issue
Block a user