summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
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/arm
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/arm')
-rw-r--r--nuttx/arch/arm/include/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/include/irq.h b/nuttx/arch/arm/include/irq.h
index 7345b52fd..1d5fddd79 100644
--- a/nuttx/arch/arm/include/irq.h
+++ b/nuttx/arch/arm/include/irq.h
@@ -136,7 +136,6 @@ struct xcptcontext
#ifndef CONFIG_DISABLE_SIGNALS
void *sigdeliver; /* Actual type is sig_deliver_t */
-#endif
/* These are saved copies of LR and CPSR used during
* signal processing.
@@ -144,6 +143,7 @@ struct xcptcontext
uint32 saved_pc;
uint32 saved_cpsr;
+#endif
/* Register save area */