diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
commit | e0ff940e1adb68d3575705ebf1546d9f07ad3b4a (patch) | |
tree | 792ac6996d1225c0955027050296126bc8ff6e26 /contrib/masmx86/inffas32.asm | |
parent | 7df877eccdd826e94df53215f65dee639428e83f (diff) | |
download | zlib-1.2.3.8.tar.gz zlib-1.2.3.8.tar.bz2 zlib-1.2.3.8.zip |
zlib 1.2.3.8v1.2.3.8
Diffstat (limited to 'contrib/masmx86/inffas32.asm')
-rw-r--r-- | contrib/masmx86/inffas32.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/masmx86/inffas32.asm b/contrib/masmx86/inffas32.asm index 05c46dd..92ac22a 100644 --- a/contrib/masmx86/inffas32.asm +++ b/contrib/masmx86/inffas32.asm | |||
@@ -16,7 +16,7 @@ | |||
16 | ; * enabled. I will attempt to merge the MMX code into this version. Newer | 16 | ; * enabled. I will attempt to merge the MMX code into this version. Newer |
17 | ; * versions of this and inffast.S can be found at | 17 | ; * versions of this and inffast.S can be found at |
18 | ; * http://www.eetbeetee.com/zlib/ and http://www.charm.net/~christop/zlib/ | 18 | ; * http://www.eetbeetee.com/zlib/ and http://www.charm.net/~christop/zlib/ |
19 | ; * | 19 | ; * |
20 | ; * 2005 : modification by Gilles Vollant | 20 | ; * 2005 : modification by Gilles Vollant |
21 | ; */ | 21 | ; */ |
22 | ; For Visual C++ 4.x and higher and ML 6.x and higher | 22 | ; For Visual C++ 4.x and higher and ML 6.x and higher |
@@ -33,7 +33,7 @@ | |||
33 | 33 | ||
34 | 34 | ||
35 | ; zlib122sup is 0 fort zlib 1.2.2.1 and lower | 35 | ; zlib122sup is 0 fort zlib 1.2.2.1 and lower |
36 | ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head | 36 | ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head |
37 | ; in inflate_state in inflate.h) | 37 | ; in inflate_state in inflate.h) |
38 | zlib1222sup equ 8 | 38 | zlib1222sup equ 8 |
39 | 39 | ||