From b52b1047983e703a1d1c6691ec9ad9f13574bdc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dziepak?= Date: Fri, 12 Sep 2014 01:06:49 +0200 Subject: [PATCH] boot/x86_64: convert address of previous_debug_output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Together with the previous commit should fix #10535. Signed-off-by: Paweł Dziepak --- src/system/boot/platform/bios_ia32/long.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/boot/platform/bios_ia32/long.cpp b/src/system/boot/platform/bios_ia32/long.cpp index c1243ca172..8531716198 100644 --- a/src/system/boot/platform/bios_ia32/long.cpp +++ b/src/system/boot/platform/bios_ia32/long.cpp @@ -237,6 +237,7 @@ convert_kernel_args() fix_address(gKernelArgs.vesa_modes); fix_address(gKernelArgs.edid_info); fix_address(gKernelArgs.debug_output); + fix_address(gKernelArgs.previous_debug_output); fix_address(gKernelArgs.boot_splash); fix_address(gKernelArgs.arch_args.apic); fix_address(gKernelArgs.arch_args.hpet);