Cleaned up src/lib/utils library. Renamed server_ functions to more logical
names. All system processes can now either use panic() or report() from libutils, or redefine their own function. Assertions are done via the standard <assert.h> functionality.
This commit is contained in:
@@ -217,7 +217,7 @@ message *mp; /* pointer to read or write message */
|
||||
|
||||
if (OK != sys_datacopy(mp->m_source, (vir_bytes) mp->ADDRESS,
|
||||
SELF, (vir_bytes) iovec, iovec_size))
|
||||
server_panic((*dp->dr_name)(),"bad I/O vector by", mp->m_source);
|
||||
panic((*dp->dr_name)(),"bad I/O vector by", mp->m_source);
|
||||
iov = iovec;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user