diff --git a/src/system/boot/platform/openfirmware/arch/ppc/arch_start_kernel.S b/src/system/boot/platform/openfirmware/arch/ppc/arch_start_kernel.S index c0c082231c..2156e1d7a8 100644 --- a/src/system/boot/platform/openfirmware/arch/ppc/arch_start_kernel.S +++ b/src/system/boot/platform/openfirmware/arch/ppc/arch_start_kernel.S @@ -31,6 +31,7 @@ FUNCTION(arch_start_kernel): // enter the kernel mtlr %r4 + li %r4, 0 blrl /* Actually we should never get here, but at least for debugging purposes