fix type in gprof

This commit is contained in:
Vitor Santos Costa 2008-11-05 13:28:44 +00:00
parent 3f491b8666
commit 297ea16dcb
2 changed files with 3 additions and 3 deletions

View File

@ -994,7 +994,7 @@ prof_alrm(int signo, siginfo_t *si, void *scv)
#ifdef __APPLE__
current_p =(yamop *) CONTEXT_BP;
#else
current_p =(amop *) sc->uc_mcontext.gregs[6]; /* 6= REG_EBP */
current_p =(yamop *) sc->uc_mcontext.gregs[6]; /* 6= REG_EBP */
#endif
#else
current_p = P;

View File

@ -10903,14 +10903,14 @@ for efficiency. They are available through the
@item trie_open(-@var{Id})
@findex trie_open/1
@snindex trie_open/1
@cnindex trie_open/2
@cnindex trie_open/1
Open a new trie with identifier @var{Id}.
@item trie_close(+@var{Id})
@findex trie_close/1
@snindex trie_close/1
@cnindex trie_close/2
@cnindex trie_close/1
Close trie with identifier @var{Id}.