From 51796f7eb75baec8d8fe67d905ae1d9aa786a7d7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 21 Feb 2007 21:55:16 +0000 Subject: Progress toward clean SDCC compilation git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@18 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/sched/os_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/os_start.c') diff --git a/nuttx/sched/os_start.c b/nuttx/sched/os_start.c index 6381800821..09de22ce3f 100644 --- a/nuttx/sched/os_start.c +++ b/nuttx/sched/os_start.c @@ -386,7 +386,7 @@ void os_start(void) { /* Remove the first delayed deallocation. */ - uint32 saved_state = irqsave(); + irqstate_t saved_state = irqsave(); void *address = (void*)sq_remfirst(&g_delayeddeallocations); irqrestore(saved_state); -- cgit v1.2.3