summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-12-10 17:54:37 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-12-10 17:54:37 -0800
commit805532bff06e6051d42667f7c5d6aafbf8454970 (patch)
tree1ccc1ca074d621adfaf04056ff9384002c884034
parent511c24537d4f9b73400ce27017094c2dad0fdcce (diff)
downloadsyslinux-805532bff06e6051d42667f7c5d6aafbf8454970.tar.gz
cdecl helper is 3.54 material
-rw-r--r--comboot.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/comboot.doc b/comboot.doc
index 2939f9b7..c5207042 100644
--- a/comboot.doc
+++ b/comboot.doc
@@ -85,7 +85,7 @@ The following arguments are passed to the program on the stack:
[ESP+16] dword Pointer to low memory bounce buffer
[ESP+20] dword Size of low memory bounce buffer
[ESP+24] dword Pointer to FAR call helper function (new in 2.05)
- [ESP+28] dword Pointer to CDECL helper function (new in 3.xx)
+ [ESP+28] dword Pointer to CDECL helper function (new in 3.54)
This corresponds to the following C prototype, available in the file
com32/include/com32.h: