diff options
author | Alan Modra <amodra@gmail.com> | 2001-01-23 13:31:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-01-23 13:31:10 +0000 |
commit | 015c05c1d051bc250a5a39abcc16968c07075a29 (patch) | |
tree | efb4112c99e8346344978bbd4f8dea124debf209 /gas/config | |
parent | c1eb148815418b80717c0abcba633c6cfc098133 (diff) | |
download | binutils-gdb-015c05c1d051bc250a5a39abcc16968c07075a29.tar.gz |
(m32r_handle_align): Declare type of fragp.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-m32r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index d31dd8d59f7..062181e05ed 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -332,6 +332,7 @@ const pseudo_typeS md_pseudo_table[] = void m32r_handle_align (fragp) + fragS *fragp; { static const unsigned char nop_pattern[] = { 0xf0, 0x00 }; static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 }; |