mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 06:11:37 +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:
@@ -118,7 +118,7 @@ SysRes;
|
||||
|
||||
#if defined(VGA_x86)
|
||||
# define VG_REGPARM(n) __attribute__((regparm(n)))
|
||||
#elif defined(VGA_amd64) || defined(VGA_arm) || defined(VGA_ppc32)
|
||||
#elif defined(VGA_amd64) || defined(VGA_ppc32)
|
||||
# define VG_REGPARM(n) /* */
|
||||
#else
|
||||
# error Unknown arch
|
||||
|
||||
Reference in New Issue
Block a user