diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-12-10 17:54:37 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-12-10 17:54:37 -0800 |
commit | 805532bff06e6051d42667f7c5d6aafbf8454970 (patch) | |
tree | 1ccc1ca074d621adfaf04056ff9384002c884034 | |
parent | 511c24537d4f9b73400ce27017094c2dad0fdcce (diff) | |
download | syslinux-805532bff06e6051d42667f7c5d6aafbf8454970.tar.gz |
cdecl helper is 3.54 material
-rw-r--r-- | comboot.doc | 2 |
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: |