projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d13ec
)
Fix pointers/block calculation
author
hpa
<hpa>
Wed, 22 Dec 2004 08:08:08 +0000
(08:08 +0000)
committer
hpa
<hpa>
Wed, 22 Dec 2004 08:08:08 +0000
(08:08 +0000)
extlinux.asm
patch
|
blob
|
history
diff --git
a/extlinux.asm
b/extlinux.asm
index
0849ebf
..
fffeb89
100644
(file)
--- 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