Typo in perlasm/x86asm.pl.
This commit is contained in:
parent
c5f17d45c1
commit
c038b8aa56
@ -94,7 +94,7 @@ sub ::function_end_A
|
|||||||
$stack+=16; # readjust esp as if we didn't pop anything
|
$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
|
sub ::asm_finish
|
||||||
{ &file_end();
|
{ &file_end();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user