Reactos

[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

+1 -2
+1 -2
boot/freeldr/bootsect/pc98/fat12fdd.S
··· 481 481 msgNotFoundError: 482 482 .ascii "NFE", CR, LF, NUL 483 483 msgAnyKey: 484 - // .ascii "Press any key", NUL 485 - .ascii "Press key", NULL 484 + .ascii "Press any key", NUL 486 485 filename: 487 486 .ascii "FREELDR SYS" 488 487