commit | facd45b255c888c17f3bf994ef3514ff913209b5 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Thu Jun 09 01:22:10 2011 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Thu Jun 09 01:22:10 2011 +0200 |
tree | e22fd01fba5ec56f7d61496310f6cb714c70efc8 | |
parent | e62df004ce7a649c014fc0b5af058d56bc168920 [diff] |
Fix sigreturn decoding on MIPS 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>