This commit is contained in:
Glenn Maynard
2004-03-19 21:37:31 +00:00
parent 4e5d430926
commit b44cd86843
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
struct BacktraceContext
{
#if defined(LINUX)
long eip, ebp;
const void *eip, *ebp;
pid_t pid;
#endif