Skip to content
Snippets Groups Projects
Commit 173a1ad9 authored by Niels Möller's avatar Niels Möller
Browse files

Comment fix.

Rev: src/nettle/x86/arcfour-crypt.asm:1.6
parent 43f2f5c2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment