mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 17:00:58 +08:00
runtime: Fix prototype and one use of runtime_traceback.
From Richard Biener. From-SVN: r205634
This commit is contained in:
parent
9af06df30b
commit
e8d8443d22
@ -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
|
||||
|
@ -453,7 +453,7 @@ enum {
|
||||
};
|
||||
void runtime_hashinit(void);
|
||||
|
||||
void runtime_traceback();
|
||||
void runtime_traceback(void);
|
||||
void runtime_tracebackothers(G*);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user