summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/include/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/include/irq.h')
-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 */