configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively in 64-bit mode
This commit is contained in:
parent
31049a203c
commit
48c76840a9
@ -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
|
||||
|
@ -118,8 +118,8 @@
|
||||
|
||||
/* Compatibility definitions */
|
||||
|
||||
# define JB_SP JB_RSI
|
||||
# define JB_PC JB_RSP
|
||||
# define JB_SP JB_RSP
|
||||
# define JB_PC JB_RSI
|
||||
|
||||
#else
|
||||
/* Storage order: %ebx, $esi, %edi, %ebp, sp, and return PC */
|
||||
|
Loading…
Reference in New Issue
Block a user