commit | fc71ec5f3e93f166f3d5a714c51010810699b098 | [log] [tgz] |
---|---|---|
author | Duane Sand <duanes@mips.com> | Thu May 24 14:11:46 2012 -0700 |
committer | Duane Sand <duanes@mips.com> | Thu May 24 14:11:46 2012 -0700 |
tree | dd4f071268dc7c7017451182dcf5ffe06b0e89a6 | |
parent | f76f96e20f766e6bb91593885b1e800f8bc14a52 [diff] |
Fix sigreturn decoding on MIPS From: Denys Vlasenko <dvlasenk@redhat.com> Date: Thu, 9 Jun 2011 01:22:10 +0200 The "return 0" line was accidentally deleted circa 2007, which made sigreturn on MIPS always display "= 0" return instead of more informative " = ? (mask now [MASK])". * strace.c (sys_sigreturn): Add wrongly deleted "return 0" line Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> Change-Id: Iddd9af8b8a75e02adb38c42faa4f6dec8060fb4f