From: Wichert Akkerman Date: Sat, 7 Apr 2001 21:45:30 +0000 (+0000) Subject: fix small display error for sys_sysmips X-Git-Tag: v4.5.18~1051 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c935437d5af373eb6f05b4780c2e08840e55b29;p=strace fix small display error for sys_sysmips --- diff --git a/system.c b/system.c index 31768ad0..4e68be37 100644 --- a/system.c +++ b/system.c @@ -2030,7 +2030,6 @@ struct tcb *tcp; { if (entering(tcp)) { printxval(xlat_sysmips, tcp->u_arg[0], "???"); - tprintf(", "); if (!verbose(tcp)) { tprintf("%d, %d, %d", tcp->u_arg[1], tcp->u_arg[2], tcp->u_arg[3]); } else if (tcp->u_arg[0]==SETNAME) {