mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively in 64-bit mode
This commit is contained in:
@@ -82,7 +82,7 @@ struct xcptcontext
|
||||
{
|
||||
void *sigdeliver; /* Actual type is sig_deliver_t */
|
||||
|
||||
xcpt_reg_t regs[6];
|
||||
xcpt_reg_t regs[XCPTCONTEXT_REGS];
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -111,7 +111,8 @@ static inline void irqrestore(irqstate_t flags)
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define EXTERN extern "C"
|
||||
extern "C" {
|
||||
extern "C"
|
||||
{
|
||||
#else
|
||||
#define EXTERN extern
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user