Commit 44afaf6d by Richard Kenner

(output_prolog): SIZE is now HOST_WIDE_INT.

From-SVN: r13283
parent ef933d26
...@@ -1987,7 +1987,7 @@ vmskrunch (name) ...@@ -1987,7 +1987,7 @@ vmskrunch (name)
void void
output_prolog (file, size) output_prolog (file, size)
FILE *file; FILE *file;
int size; HOST_WIDE_INT size;
{ {
unsigned long imask = 0; unsigned long imask = 0;
unsigned long fmask = 0; unsigned long fmask = 0;
......
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