fix small display error for sys_sysmips

This commit is contained in:
Wichert Akkerman 2001-04-07 21:45:30 +00:00
parent 3f389c49db
commit 3c935437d5

View File

@ -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) {