Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2891 → Rev 2892

/branches/tracing/kernel/generic/src/ipc/sysipc.c
341,9 → 341,7
}
break;
case IPC_M_DEBUG_ALL:
/* actually need possibility of backsend with 0 result code */
rc = udebug_request_preprocess(call, phone);
return rc;
return udebug_request_preprocess(call, phone);
default:
break;
}