diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-06-20 09:21:44 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-06-20 09:21:44 +0000 |
commit | ec85f6bc516255d00dca68310791bf78d5b6b51d (patch) | |
tree | 4555f9d4975bcd1a9bbb8321969ad57d949d49fc | |
parent | f26a329970c00b227b3dcd1237ca9aef3abd25a9 (diff) | |
download | gdb-ec85f6bc516255d00dca68310791bf78d5b6b51d.zip gdb-ec85f6bc516255d00dca68310791bf78d5b6b51d.tar.gz gdb-ec85f6bc516255d00dca68310791bf78d5b6b51d.tar.bz2 |
* Fix small typo.
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 59bef25..5b97509 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -257,7 +257,7 @@ static int mips_4900 = -1; || mips_cpu == 4320 \ /* end-sanitize-vr4320 */ \ /* start-sanitize-r5900 */ \ - || mips_5900 + || mips_5900 \ /* end-sanitize-r5900 */ \ ) |