提交 287a9ee7 编写于 作者: A Andy Polyakov

gas -g doesn't tolerate unpadded .bytes in code segment.

上级 96b0f6c1
......@@ -66,7 +66,7 @@ my $asciz = sub {
shift;
my $line = join(",",@_);
if ($line =~ /^"(.*)"$/)
{ ".byte " . join(",",unpack("C*",$1),0); }
{ ".byte " . join(",",unpack("C*",$1),0) . "\n.align 2"; }
else
{ ""; }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册