diff options
Diffstat (limited to 'x86/sha1-compress.asm')
-rw-r--r-- | x86/sha1-compress.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/sha1-compress.asm b/x86/sha1-compress.asm index afb8d8c5..777615dc 100644 --- a/x86/sha1-compress.asm +++ b/x86/sha1-compress.asm @@ -160,7 +160,7 @@ PROLOGUE(_nettle_sha1_compress) C Loop-mixed to 520 cycles (for the complete function call) on C AMD K7. -ALIGN(5) +ALIGN(32) mov 88(%esp), T2 mov OFFSET(2)(T2), %ecx mov OFFSET(0)(T2), %eax |