const fix

This commit is contained in:
Glenn Maynard
2004-03-19 08:18:54 +00:00
parent f64db13d4d
commit f4b442cf23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ typedef struct Frame
void *linkReg;
} *FramePtr;
void GetExceptionBacktraceContext( BacktraceContext *ctx, ExceptionInformation *exception )
void GetExceptionBacktraceContext( BacktraceContext *ctx, const ExceptionInformation *exception )
{
ctx->FramePtr = (void *) exception->registerImage->R1.lo;
}