Added a status field to memory regions to differentiate allocated and reserved regions
This commit is contained in:
@@ -18,7 +18,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
if (system_memory == MAP_FAILED) {
|
||||
perror("mmap");
|
||||
fprintf(stderr, "cannot allocate simulated system RAM buffer");
|
||||
fprintf(stderr, "cannot allocate simulated system RAM buffer\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user