1
0
mirror of https://github.com/aap/pdp6.git synced 2026-05-05 15:43:42 +00:00

committing old stuff

This commit is contained in:
aap
2018-02-07 01:37:09 +01:00
parent a47c3c2bd4
commit 88875b87ce
17 changed files with 920 additions and 18 deletions

View File

@@ -242,8 +242,7 @@ makecoremem(const char *file)
core = malloc(sizeof(CMem));
memset(core, 0, sizeof(CMem));
core->filename = file;
core->filename = strdup(file);
mem = malloc(sizeof(Mem));
mem->dev.type = cmem_ident;
mem->dev.name = "";