[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 <[email protected]>
This commit is contained in:
Thomas Schneider
2020-08-19 19:10:02 +03:00
committed by Stanislav Motylkov
co-authored by Dmitry Borisov
parent a54004893f
commit a245c98fc6
+1
View File
@@ -260,6 +260,7 @@ ReadSectorsCHSLoop:
loop ReadSectorsCHSLoop // Read next sector
pop es
ret
// Displays a disk error message