1
0
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:
Oleg Hahm 2016-03-25 14:17:27 +01:00
commit 9370e49375
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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