fix type in gprof
This commit is contained in:
parent
3f491b8666
commit
297ea16dcb
@ -994,7 +994,7 @@ prof_alrm(int signo, siginfo_t *si, void *scv)
|
|||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
current_p =(yamop *) CONTEXT_BP;
|
current_p =(yamop *) CONTEXT_BP;
|
||||||
#else
|
#else
|
||||||
current_p =(amop *) sc->uc_mcontext.gregs[6]; /* 6= REG_EBP */
|
current_p =(yamop *) sc->uc_mcontext.gregs[6]; /* 6= REG_EBP */
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
current_p = P;
|
current_p = P;
|
||||||
|
@ -10903,14 +10903,14 @@ for efficiency. They are available through the
|
|||||||
@item trie_open(-@var{Id})
|
@item trie_open(-@var{Id})
|
||||||
@findex trie_open/1
|
@findex trie_open/1
|
||||||
@snindex trie_open/1
|
@snindex trie_open/1
|
||||||
@cnindex trie_open/2
|
@cnindex trie_open/1
|
||||||
|
|
||||||
Open a new trie with identifier @var{Id}.
|
Open a new trie with identifier @var{Id}.
|
||||||
|
|
||||||
@item trie_close(+@var{Id})
|
@item trie_close(+@var{Id})
|
||||||
@findex trie_close/1
|
@findex trie_close/1
|
||||||
@snindex trie_close/1
|
@snindex trie_close/1
|
||||||
@cnindex trie_close/2
|
@cnindex trie_close/1
|
||||||
|
|
||||||
Close trie with identifier @var{Id}.
|
Close trie with identifier @var{Id}.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user