|
From: <sv...@va...> - 2009-06-02 08:24:28
|
Author: sewardj
Date: 2009-06-02 09:24:20 +0100 (Tue, 02 Jun 2009)
New Revision: 10208
Log:
Remove blank line and add a missing include needed on ppc{32,64}-linux.
Modified:
branches/DCAS/coregrind/m_machine.c
Modified: branches/DCAS/coregrind/m_machine.c
===================================================================
--- branches/DCAS/coregrind/m_machine.c 2009-06-02 07:09:27 UTC (rev 10207)
+++ branches/DCAS/coregrind/m_machine.c 2009-06-02 08:24:20 UTC (rev 10208)
@@ -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)
@@ -583,7 +584,6 @@
VG_(sigaction)(VKI_SIGFPE, NULL, &saved_sigfpe_act);
tmp_sigfpe_act = saved_sigfpe_act;
-
/* NODEFER: signal handler does not return (from the kernel's point of
view), hence if it is to successfully catch a signal more than once,
we need the NODEFER flag. */
|