runtime: Fix prototype and one use of runtime_traceback.

From Richard Biener.

From-SVN: r205634
This commit is contained in:
Ian Lance Taylor 2013-12-03 14:51:07 +00:00
parent 9af06df30b
commit e8d8443d22
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ runtime_sighandler (int sig, Siginfo *info,
G *g;
g = runtime_g ();
runtime_traceback (g);
runtime_traceback ();
runtime_tracebackothers (g);
/* The gc library calls runtime_dumpregs here, and provides

View File

@ -453,7 +453,7 @@ enum {
};
void runtime_hashinit(void);
void runtime_traceback();
void runtime_traceback(void);
void runtime_tracebackothers(G*);
/*