From 173a1ad97ced1e4e90876f1abcbe195caebc4b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 6 Feb 2004 09:57:22 +0100 Subject: [PATCH] Comment fix. Rev: src/nettle/x86/arcfour-crypt.asm:1.6 --- x86/arcfour-crypt.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- GitLab