mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 16:43:50 +02:00
10 lines
200 B
Diff
10 lines
200 B
Diff
--- core/isolinux.asm
|
|
+++ core/isolinux.asm
|
|
@@ -420,7 +420,7 @@ MaxLMA equ 384*1024 ; Reasonable limit (384K)
|
|
call getlinsec
|
|
pop eax
|
|
pop cx
|
|
- mov dx,cx
|
|
+ movzx edx,cx
|
|
pop bp
|
|
pop bx
|