From 56c5f703c1712449c6da9353c4d6e85f843f2a4a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 7 May 2011 20:36:05 +0000 Subject: IA-64 assembler pack: fix typos and make it work on HP-UX. --- crypto/ia64cpuid.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/ia64cpuid.S') diff --git a/crypto/ia64cpuid.S b/crypto/ia64cpuid.S index dd27e163ce..bf5abc3be3 100644 --- a/crypto/ia64cpuid.S +++ b/crypto/ia64cpuid.S @@ -168,7 +168,7 @@ OPENSSL_cleanse: .global OPENSSL_instrument_bus# .proc OPENSSL_instrument_bus# -OPENSSL_instrument_cache: +OPENSSL_instrument_bus: { .mmi; mov r2=r33 #if defined(_HPUX_SOURCE) && !defined(_LP64) addp4 r32=0,r32 @@ -206,7 +206,7 @@ OPENSSL_instrument_cache: .global OPENSSL_instrument_bus2# .proc OPENSSL_instrument_bus2# -OPENSSL_instrument_cache2: +OPENSSL_instrument_bus2: { .mmi; mov r2=r33 // put aside cnt #if defined(_HPUX_SOURCE) && !defined(_LP64) addp4 r32=0,r32 -- cgit v1.2.3