|
From: <sv...@va...> - 2009-05-28 17:15:56
|
Author: sewardj
Date: 2009-05-28 18:15:41 +0100 (Thu, 28 May 2009)
New Revision: 10161
Log:
Reinstate an include needed on ppc{32,64}-linux.
Modified:
trunk/coregrind/m_machine.c
Modified: trunk/coregrind/m_machine.c
===================================================================
--- trunk/coregrind/m_machine.c 2009-05-28 12:51:24 UTC (rev 10160)
+++ trunk/coregrind/m_machine.c 2009-05-28 17:15:41 UTC (rev 10161)
@@ -36,6 +36,7 @@
#include "pub_core_machine.h"
#include "pub_core_cpuid.h"
#include "pub_core_libcsignal.h" // for ppc32 messing with SIGILL and SIGFPE
+#include "pub_core_debuglog.h"
#define INSTR_PTR(regs) ((regs).vex.VG_INSTR_PTR)
|