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:
Julian Seward 2011-07-12 06:26:04 +00:00
parent d3bb08f53b
commit c6760643d3

View File

@ -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;