elf parser: improve error message

This commit is contained in:
Fabian 2021-04-05 00:04:12 -05:00
parent aacb6a49d7
commit 209879273f

View file

@ -1027,7 +1027,7 @@ CPU.prototype.load_multiboot = function(buffer)
}
else
{
dbg_assert(false, "unimplemented elf section type");
dbg_assert(false, "unimplemented elf section type: " + h(program.type));
}
}
}