summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/include/ez80/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/include/ez80/types.h')
-rw-r--r--nuttx/arch/z80/include/ez80/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/include/ez80/types.h b/nuttx/arch/z80/include/ez80/types.h
index a84e9eb57..f8de240c4 100644
--- a/nuttx/arch/z80/include/ez80/types.h
+++ b/nuttx/arch/z80/include/ez80/types.h
@@ -81,10 +81,10 @@ typedef long sint32;
typedef unsigned long uint32;
/* This is the size of the interrupt state save returned by irqsave().
- * It holds the contents of the interrupt vector address
+ * It holds the AF regiser pair + a zero pad byte
*/
-typedef ubyte irqstate_t;
+typedef uint24 irqstate_t;
#endif /* __ASSEMBLY__ */