Typo in perlasm/x86asm.pl.
authorAndy Polyakov <appro@openssl.org>
Tue, 17 Oct 2006 16:21:28 +0000 (16:21 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 17 Oct 2006 16:21:28 +0000 (16:21 +0000)
crypto/perlasm/x86asm.pl

index 7a08dbfdc56c429cdb27c1bba6b36976584c10d1..8ae2b7d927a2812311b68a5220f85a4c84909d4e 100644 (file)
@@ -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();