From: Niels Möller Date: Fri, 6 Feb 2004 08:57:22 +0000 (+0100) Subject: Comment fix. X-Git-Tag: nettle_1.9_release_20040207~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173a1ad97ced1e4e90876f1abcbe195caebc4b53;p=thirdparty%2Fnettle.git Comment fix. Rev: src/nettle/x86/arcfour-crypt.asm:1.6 --- diff --git a/x86/arcfour-crypt.asm b/x86/arcfour-crypt.asm index b997abaf..7b2b2e67 100644 --- a/x86/arcfour-crypt.asm +++ b/x86/arcfour-crypt.asm @@ -28,10 +28,10 @@ C MA 02111-1307, USA. .type nettle_arcfour_crypt,@function nettle_arcfour_crypt: C save all registers that need to be saved - pushl %ebx C 16(%esp) - pushl %ebp C 12(%esp) - pushl %esi C 8(%esp) - pushl %edi C 4(%esp) + pushl %ebx C 12(%esp) + pushl %ebp C 8(%esp) + pushl %esi C 4(%esp) + pushl %edi C 0(%esp) C ctx = 20(%esp) C length = 24(%esp)