diff options
Diffstat (limited to 'cbtable.c')
-rw-r--r-- | cbtable.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,6 +191,7 @@ int coreboot_init(void) 0x00000000); if (low_1MB == MAP_FAILED) { perror("Can't mmap memory using " MEM_DEV); + mmap_errmsg(); exit(-2); } lb_table = 0; |