From: Andy Polyakov Date: Tue, 17 Oct 2006 16:21:28 +0000 (+0000) Subject: Typo in perlasm/x86asm.pl. X-Git-Tag: OpenSSL_0_9_8k^2~1104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c038b8aa5639b34e89465bb4d47b4fbc08256582;p=oweals%2Fopenssl.git Typo in perlasm/x86asm.pl. --- diff --git a/crypto/perlasm/x86asm.pl b/crypto/perlasm/x86asm.pl index 7a08dbfdc5..8ae2b7d927 100644 --- a/crypto/perlasm/x86asm.pl +++ b/crypto/perlasm/x86asm.pl @@ -94,7 +94,7 @@ sub ::function_end_A $stack+=16; # readjust esp as if we didn't pop anything } -sub ::asciz { foreach (@_) { &data_byte(unpack("C*",$_[0]),0); } } +sub ::asciz { foreach (@_) { &data_byte(unpack("C*",$_),0); } } sub ::asm_finish { &file_end();