From 6e290ee18a00950acef30b296883e90c8009d4de Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 4 Feb 2023 15:25:39 +0000 Subject: [PATCH] x86_64: cleanup --- arch/x86_64/start_32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64/start_32.S b/arch/x86_64/start_32.S index 988d1b4..49a02f3 100644 --- a/arch/x86_64/start_32.S +++ b/arch/x86_64/start_32.S @@ -25,7 +25,7 @@ ERROR MESSAGE STRINGS *******/ no_long_mode_err: - .asciz "This system is not 64-bit. Press any key to reboot." + .asciz "This system is not 64-bit. Press any key to reboot." /*******