aboutsummaryrefslogtreecommitdiff
path: root/crypto/perlasm/x86asm.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-17 16:21:28 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-17 16:21:28 +0000
commitc038b8aa5639b34e89465bb4d47b4fbc08256582 (patch)
treeedf00e880ba95cd0dfbc31f1c4cab67b31965761 /crypto/perlasm/x86asm.pl
parentc5f17d45c1866ad7c65bcec66be03212ec5cc3ae (diff)
downloadopenssl-c038b8aa5639b34e89465bb4d47b4fbc08256582.zip
openssl-c038b8aa5639b34e89465bb4d47b4fbc08256582.tar.gz
openssl-c038b8aa5639b34e89465bb4d47b4fbc08256582.tar.bz2
Typo in perlasm/x86asm.pl.
Diffstat (limited to 'crypto/perlasm/x86asm.pl')
-rw-r--r--crypto/perlasm/x86asm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86asm.pl b/crypto/perlasm/x86asm.pl
index 7a08dbf..8ae2b7d 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();