Skip to content
Snippets Groups Projects
Commit b43fa232 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

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

parent e0a1217f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment