Commit f1b3f515 by Richard Kenner

(output_ascii_pseudo_op): 8-bit chars should be zero-extended.

From-SVN: r6188
parent f59d43a9
...@@ -1507,7 +1507,7 @@ int neg; ...@@ -1507,7 +1507,7 @@ int neg;
void void
output_ascii_pseudo_op (stream, p, len) output_ascii_pseudo_op (stream, p, len)
FILE *stream; FILE *stream;
char *p; unsigned char *p;
int len; int len;
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment