mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Android doesn't have an auxv entry called AT_FPUCW.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11879
This commit is contained in:
parent
d3bb08f53b
commit
c6760643d3
@ -643,7 +643,9 @@ Addr setup_client_stack( void* init_sp,
|
||||
case AT_GID:
|
||||
case AT_EGID:
|
||||
case AT_CLKTCK:
|
||||
# if !defined(VPGV_arm_linux_android)
|
||||
case AT_FPUCW:
|
||||
# endif
|
||||
/* All these are pointerless, so we don't need to do
|
||||
anything about them. */
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user