Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
0e06279e
Commit
0e06279e
authored
May 15, 2002
by
Niels Möller
Browse files
(aes_encrypt): Use test instead of cmpl $0,.
Rev: src/nettle/x86/aes-encrypt.asm:1.13
parent
3d0af5d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86/aes-encrypt.asm
View file @
0e06279e
...
...
@@ -50,7 +50,7 @@ aes_encrypt:
C
src
=
32
(
%
esp
)
movl
24
(
%
esp
),
%
ebp
cmpl
$
0
,
%
ebp
testl
%
ebp
,
%
ebp
jz
.Lencrypt_end
.Lencrypt_block_loop:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment