diff options
-rw-r--r-- | extlinux.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extlinux.asm b/extlinux.asm index 0849ebff..fffeb890 100644 --- a/extlinux.asm +++ b/extlinux.asm @@ -772,6 +772,7 @@ expand_super: dec eax mov [ClustMask],eax + add cl,SECTOR_SHIFT-2 ; 4 bytes/pointer shl edx,cl mov [PtrsPerBlock1],edx shl edx,cl |