1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

native: fix build on OS X

This commit is contained in:
Yonezawa-T2 2016-03-23 12:22:37 +09:00
parent 01d95afb14
commit 56be13d5da

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