From 36ede617d2b0c57d07c4dc95a7ecbb9ebd02bdb1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 23 May 2003 22:26:20 +0000 Subject: 2003-05-23 Eric Christopher * config/tc-mips.c (macro_build_jalr): Warning patrol. --- gas/config/tc-mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') 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) { -- cgit v1.1