From 80962cfd5bd1ba72390abaa35f2aa91cab69fd67 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 23 Mar 2008 17:58:08 +0000 Subject: Implement irqsave/restore git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@747 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/z80/include/ez80/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/z80/include') 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__ */ -- cgit v1.2.3