Typo in perlasm/x86asm.pl.

This commit is contained in:
Andy Polyakov 2006-10-17 16:21:28 +00:00
parent c5f17d45c1
commit c038b8aa56

View 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();