A tiny amount of work toward an x86 backtrace facility.

This commit is contained in:
Steve Checkoway
2006-02-06 01:18:04 +00:00
parent 9a05977e52
commit 799c1af1ab
3 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct BacktraceContext
pid_t pid;
#endif
#if defined(MACOSX)
#if defined(CPU_PPC)
void *FramePtr, *PC;
#endif
};