Commit d8d1d62b by Richard Henderson Committed by Richard Henderson

* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.

From-SVN: r33513
parent 72ddef6d
2000-04-28 Richard Henderson <rth@cygnus.com>
* toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
2000-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* timevar.c (init_timevar): DeANSIfy function definition.
......
......@@ -2518,7 +2518,7 @@ rest_of_type_compilation (type, toplev)
#endif
#ifdef SDB_DEBUGGING_INFO
if (write_symbols == SDB_DEBUG)
symout_time, sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
#endif
timevar_pop (TV_SYMOUT);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment