Changes for SDCC compiler

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@453 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-12-28 01:44:34 +00:00
parent efe3b81728
commit 1223aff22a

View File

@ -134,7 +134,9 @@ struct xcptcontext
* are pending signals to be processed.
*/
#ifndef CONFIG_DISABLE_SIGNALS
void *sigdeliver; /* Actual type is sig_deliver_t */
#endif
/* These are saved copies of LR and CPSR used during
* signal processing.