Commit fcbaecc6 by Richard Kenner

(make_var_volatile): Return type is void.

(assemble_string): First arg is not pointer to unsigned.

From-SVN: r4145
parent 935d4b07
......@@ -413,6 +413,7 @@ make_decl_rtl (decl, asmspec, top_level)
/* Make the rtl for variable VAR be volatile.
Use this only for static variables. */
void
make_var_volatile (var)
tree var;
{
......@@ -635,7 +636,7 @@ assemble_zeros (size)
void
assemble_string (p, size)
unsigned char *p;
char *p;
int size;
{
register 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