[FREELDR] Bootsector fix for CHS read on old BIOSes which lack INT 3e (#3078)

At line 263 a 'pop es' is missing before 'ret' in ReadCHS() function,
just like in the ReadLBA() function. CORE-17178

Co-authored-by: Dmitry Borisov <di.sean@protonmail.com>
This commit is contained in:
Thomas Schneider 2020-08-19 17:10:00 +02:00 committed by Stanislav Motylkov
parent a54004893f
commit a245c98fc6
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92

View file

@ -260,6 +260,7 @@ ReadSectorsCHSLoop:
loop ReadSectorsCHSLoop // Read next sector
pop es
ret
// Displays a disk error message