kernel: fix loading kernel add-ons on arm

Change-Id: I60cc1c1aa9d4298453aece0456ce7ee74fc95a34
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4659
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: X512 <[email protected]>
Reviewed-by: Fredrik Holmqvist <[email protected]>
This commit is contained in:
David Karoly
2021-10-31 18:03:59 +00:00
committed by Fredrik Holmqvist
parent c00a982d2a
commit 264451d95a
+2
View File
@@ -2286,6 +2286,8 @@ load_kernel_add_on(const char *path)
case PT_EH_FRAME:
// not implemented yet, but can be ignored
continue;
case PT_ARM_UNWIND:
continue;
default:
dprintf("%s: unhandled pheader type %#" B_PRIx32 "\n", fileName,
programHeaders[i].p_type);