From 5b63a392411822ef4252463cfb914a2ddeee06c6 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 12 Nov 2013 21:52:18 +0100 Subject: [PATCH] modes/asm/ghash-alpha.pl: fix typo. --- crypto/modes/asm/ghash-alpha.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/modes/asm/ghash-alpha.pl b/crypto/modes/asm/ghash-alpha.pl index 80fefbdfaa..aa36029386 100644 --- a/crypto/modes/asm/ghash-alpha.pl +++ b/crypto/modes/asm/ghash-alpha.pl @@ -438,7 +438,7 @@ $code.=<<___; .align 4 .ent picmeup picmeup: - .FRame sp,0,$t0 + .frame sp,0,$t0 .prologue 0 br $rem_4bit,.Lpic .Lpic: lda $rem_4bit,12($rem_4bit) -- 2.25.1