Fix typo in last change.
authorJeff Law <law@redhat.com>
Sat, 18 Sep 1999 13:26:46 +0000 (13:26 +0000)
committerJeff Law <law@redhat.com>
Sat, 18 Sep 1999 13:26:46 +0000 (13:26 +0000)
gas/config/tc-hppa.c

index c17fbd9e8bd247414f61e56b86b0b0c629cb2b27..1f982944b60f1f41e913832503a2fcb4964c4a2b 100644 (file)
@@ -5120,7 +5120,7 @@ pa_build_unwind_subspace (call_info)
   int i, reloc;
   char c, *p;
 
-  if (seg != text_section)
+  if (nowseg != text_section)
     return;
 
   if (bfd_get_arch_info (stdoutput)->bits_per_address == 32)