mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
7d6ff1f425
commit
fef0367e6e
@ -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 ---*/
|
||||
/*------------------------------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user