summaryrefslogtreecommitdiff
path: root/comboot.inc
diff options
context:
space:
mode:
authorhpa <hpa>2002-06-11 19:18:00 +0000
committerhpa <hpa>2002-06-11 19:18:00 +0000
commitaae1e57ba0f31f1c20fe515c6e40d40a60eace70 (patch)
tree416db1dd35ff790d6bc8dae90718f241be676ead /comboot.inc
parente60da9482425e0618096d2a39ecb44ca43aebf43 (diff)
downloadsyslinux-aae1e57ba0f31f1c20fe515c6e40d40a60eace70.tar.gz
Update documentation; return ClustSize not SecPerClust on an open request...syslinux-2.00-pre2
Diffstat (limited to 'comboot.inc')
-rw-r--r--comboot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/comboot.inc b/comboot.inc
index 319e5005..e8ec32c3 100644
--- a/comboot.inc
+++ b/comboot.inc
@@ -330,7 +330,7 @@ comapi_open:
xchg eax,edx
shr eax,16
xchg ax,dx
- mov cx,[SecPerClust]
+ mov cx,[ClustSize]
clc
ret
.err: