mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #5142 from Yonezawa-T2/native_rename_enable_irq
native: fix build on OS X
This commit is contained in:
commit
9370e49375
@ -21,7 +21,7 @@ __native_sig_leave_tramp:
|
||||
call _swapcontext
|
||||
addl $8, %esp
|
||||
|
||||
call _enableIRQ /* TODO this call ? */
|
||||
call _irq_enable
|
||||
|
||||
movl $0x0, __native_in_isr
|
||||
popal
|
||||
|
||||
@ -100,7 +100,7 @@ void ps(void)
|
||||
#endif
|
||||
sname, queued, p->priority
|
||||
#ifdef DEVELHELP
|
||||
, p->stack_size, stacksz, p->stack_start
|
||||
, p->stack_size, stacksz, (void *)p->stack_start
|
||||
#endif
|
||||
#ifdef MODULE_SCHEDSTATISTICS
|
||||
, runtime_ticks, switches
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user