Commit c038b8aa authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Typo in perlasm/x86asm.pl.

parent c5f17d45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();