Unbreak build on ppc64 (error: ‘EmWarn_PPC64_redir_underflow’ undeclared)

coregrind/m_translate.c does not compile on ppc64 (ppc32 maybe also?)
due to missing include file.
Note: libvex_emnote.h is unconditionally included, even if only
useful for ppc. I suppose we do not want #ifdef for that.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13017
This commit is contained in:
Philippe Waroquiers 2012-10-02 20:35:21 +00:00
parent 7d6ff1f425
commit fef0367e6e

View File

@ -61,6 +61,8 @@
#include "pub_core_gdbserver.h" // VG_(tool_instrument_then_gdbserver_if_needed)
#include "libvex_emnote.h" // For PPC, EmWarn_PPC64_redir_underflow
/*------------------------------------------------------------*/
/*--- Stats ---*/
/*------------------------------------------------------------*/