1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

native/tramp.S: use ret instead of manual return

This commit is contained in:
Ludwig Ortmann 2014-05-15 11:34:54 +02:00
parent e0a1217f20
commit b43fa2327e

View File

@ -18,8 +18,7 @@ __native_sig_leave_tramp:
popal
popfl
popl __native_saved_eip
jmp *-4(%esp)
ret
#else
.extern $_native_saved_eip
.extern $_native_isr_ctx
@ -44,6 +43,5 @@ _native_sig_leave_tramp:
popal
popfl
popl _native_saved_eip
jmp *-4(%esp)
ret
#endif