diff options
author | Eric Christopher <echristo@gmail.com> | 2003-05-23 22:26:20 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2003-05-23 22:26:20 +0000 |
commit | 36ede617d2b0c57d07c4dc95a7ecbb9ebd02bdb1 (patch) | |
tree | e3f15ae1fd6c60d08b2ce8842ee4149a10484695 /gas/config | |
parent | e76c5fcc461424280ea8a04ab52ac1877013ae08 (diff) | |
download | gdb-36ede617d2b0c57d07c4dc95a7ecbb9ebd02bdb1.zip gdb-36ede617d2b0c57d07c4dc95a7ecbb9ebd02bdb1.tar.gz gdb-36ede617d2b0c57d07c4dc95a7ecbb9ebd02bdb1.tar.bz2 |
2003-05-23 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c (macro_build_jalr): Warning patrol.
Diffstat (limited to 'gas/config')
-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 7d72dad..4b16e93 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -3312,7 +3312,7 @@ macro_build_jalr (icnt, ep) int icnt; expressionS *ep; { - char *f; + char *f = NULL;; if (HAVE_NEWABI) { |