*** empty log message ***
This commit is contained in:
@@ -7,9 +7,9 @@ PUBLIC int sys_memset(char c, phys_bytes base, phys_bytes bytes)
|
||||
|
||||
if (bytes == 0L) return(OK);
|
||||
|
||||
mess.MEM_CHAR = c;
|
||||
mess.MEM_PTR = (char *) base;
|
||||
mess.MEM_COUNT = bytes;
|
||||
mess.MEM_PATTERN = c;
|
||||
|
||||
return(_taskcall(SYSTASK, SYS_MEMSET, &mess));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user