summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 14:44:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 14:44:28 +0000
commit016e98807b981f597fb5757db020b6f3809eb826 (patch)
treeb51709f71f53dd47293725a36427e26b8edb8691 /nuttx/arch/sh
parent390e792605b53d8b9524d911f1aa36f8ca0f604f (diff)
downloadpx4-nuttx-016e98807b981f597fb5757db020b6f3809eb826.tar.gz
px4-nuttx-016e98807b981f597fb5757db020b6f3809eb826.tar.bz2
px4-nuttx-016e98807b981f597fb5757db020b6f3809eb826.zip
Signal save fields should not be available if there are no signals
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1218 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh')
-rw-r--r--nuttx/arch/sh/include/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/include/irq.h b/nuttx/arch/sh/include/irq.h
index d43237f96..59b3c6c9c 100644
--- a/nuttx/arch/sh/include/irq.h
+++ b/nuttx/arch/sh/include/irq.h
@@ -66,12 +66,12 @@ struct xcptcontext
#ifndef CONFIG_DISABLE_SIGNALS
void *sigdeliver; /* Actual type is sig_deliver_t */
-#endif
/* These are saved copies of LR and SR used during signal processing. */
uint32 saved_pc;
uint32 saved_sr;
+#endif
/* Register save area */