summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/include/ez80/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/include/ez80/irq.h')
-rw-r--r--nuttx/arch/z80/include/ez80/irq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/include/ez80/irq.h b/nuttx/arch/z80/include/ez80/irq.h
index b63ac7aef..045429d78 100644
--- a/nuttx/arch/z80/include/ez80/irq.h
+++ b/nuttx/arch/z80/include/ez80/irq.h
@@ -219,8 +219,8 @@ struct xcptcontext
/* The following retains that state during signal execution */
- chipreg_t saved_pc; /* Saved return address */
- chipreg_t saved_irqctl; /* Saved interrupt state */
+ chipreg_t saved_pc; /* Saved return address */
+ chipreg_t saved_i; /* Saved interrupt state */
#endif
};
#endif