fixed incorrect size of the alib_intvec structure, which misaligned the
[lugburz] / src / amiga / mem.c
index 78db240..d118d5a 100644 (file)
@@ -9,9 +9,7 @@ int init_mem(void)
        struct alib_memnode *mem;
 
        printf("chip memory top: %lx\n", (unsigned long)execbase->chipmem_top);
-
-       printf("memlist head node:\n");
-       memdump(execbase->memlist.head, sizeof(struct alib_memnode));
+       printf("ext memory top: %lx\n", (unsigned long)execbase->extmem_top);
 
        printf("Memory ranges:\n");
        mem = execbase->memlist.head;