From 7f64cd986bf75a059a1ffad0b3e3605f2a283be4 Mon Sep 17 00:00:00 2001 From: Stanislav Motylkov Date: Fri, 19 Dec 2025 23:10:25 +0100 Subject: [PATCH] [FREELDR:PC98] Fix build by doing a partial revert Partial revert of 9decadee832de852a690c4005b0be488995fb7ab. It introduced a typo in the assembler code that broke the build. Also, "Press any key" text fits into 512 bootsector space on both GCC/MSVC. CORE-19882 CORE-17977 --- boot/freeldr/bootsect/pc98/fat12fdd.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/freeldr/bootsect/pc98/fat12fdd.S b/boot/freeldr/bootsect/pc98/fat12fdd.S index 69b3987d45b..624e1132946 100644 --- a/boot/freeldr/bootsect/pc98/fat12fdd.S +++ b/boot/freeldr/bootsect/pc98/fat12fdd.S @@ -481,8 +481,7 @@ msgDiskError: msgNotFoundError: .ascii "NFE", CR, LF, NUL msgAnyKey: -// .ascii "Press any key", NUL - .ascii "Press key", NULL + .ascii "Press any key", NUL filename: .ascii "FREELDR SYS"