summaryrefslogtreecommitdiffstats
path: root/lib/libmd/i386/rmd160.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/i386/rmd160.S')
-rw-r--r--lib/libmd/i386/rmd160.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/i386/rmd160.S b/lib/libmd/i386/rmd160.S
index b94d560..97193e9 100644
--- a/lib/libmd/i386/rmd160.S
+++ b/lib/libmd/i386/rmd160.S
@@ -30,7 +30,7 @@
#if defined(ELF) || defined(SOL)
#define OK 1
-#define ALIGN 16
+#define ALIGN 4
#endif
#ifndef OK
@@ -52,7 +52,7 @@ BSDI - a.out with a very primative version of as.
.version "01.01"
gcc2_compiled.:
.text
- .align ALIGN
+ .p2align ALIGN
.globl ripemd160_block_x86
TYPE(ripemd160_block_x86,@function)
ripemd160_block_x86:
OpenPOWER on IntegriCloud