Commit 760d6e78 authored by Maxim Kuvyrkov's avatar Maxim Kuvyrkov Committed by Greg Ungerer

Fix m68k-uclinux's rt_sigreturn trampoline

Signed-off-by: default avatarMaxim Kuvyrkov <maxim@codesourcery.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent eb79cbe2
......@@ -145,6 +145,6 @@ ENTRY(ret_from_user_signal)
trap #0
ENTRY(ret_from_user_rt_signal)
move #__NR_rt_sigreturn,%d0
movel #__NR_rt_sigreturn,%d0
trap #0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment