diff options
Diffstat (limited to 'gas/config/tc-tahoe.c')
-rw-r--r-- | gas/config/tc-tahoe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-tahoe.c b/gas/config/tc-tahoe.c index b9be45a..eef0113 100644 --- a/gas/config/tc-tahoe.c +++ b/gas/config/tc-tahoe.c @@ -732,8 +732,9 @@ md_estimate_size_before_relax (fragP, segment_type) * Caller will turn frag into a ".space 0". */ void -md_convert_frag (headers, fragP) +md_convert_frag (headers, seg, fragP) object_headers *headers; + segT seg; register fragS *fragP; { register char *addressP; /* -> _var to change. */ |