This commit is contained in:
Glenn Maynard
2004-03-19 08:18:22 +00:00
parent 0b34216843
commit f64db13d4d
+1 -1
View File
@@ -292,7 +292,7 @@ typedef struct Frame
void GetExceptionBacktraceContext( BacktraceContext *ctx, ExceptionInformation *exception )
{
ctx->FramePtr = (void *) theException->registerImage->R1.lo;
ctx->FramePtr = (void *) exception->registerImage->R1.lo;
}
void GetCurrentBacktraceContext( BacktraceContext *ctx )