syslinux-6.02-fix-bios-isolinux.patch 295 B

12345678910111213
  1. diff --git a/core/isolinux.asm b/core/isolinux.asm
  2. index bd4e9556922d..c4db4133e274 100644
  3. --- a/core/isolinux.asm
  4. +++ b/core/isolinux.asm
  5. @@ -420,7 +420,7 @@ MaxLMA equ 384*1024 ; Reasonable limit (384K)
  6. call getlinsec
  7. pop eax
  8. pop cx
  9. - mov dx,cx
  10. + movzx edx,cx
  11. pop bp
  12. pop bx