mirror of
https://github.com/drasko/codezero.git
synced 2026-02-07 07:23:15 +01:00
Example cml files updated for new default memory region assignments
This commit is contained in:
@@ -51,7 +51,7 @@ int user_mutex_test(void)
|
||||
*/
|
||||
if ((int)(base = mmap(0, map_size, PROT_READ | PROT_WRITE,
|
||||
MAP_SHARED | MAP_ANONYMOUS, 0, 0)) < 0) {
|
||||
printf("%s: mmap for extended ipc buffer failed: %d\n",
|
||||
printf("%s: mmap for extended ipc buffer failed: %x\n",
|
||||
__FUNCTION__, (int)base);
|
||||
goto out_err;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user