diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-06-29 14:51:26 -0700 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-06-29 14:51:26 -0700 |
commit | 1ec7de1b5760b5fc1ebda1d244784e3bc4596eb1 (patch) | |
tree | 8c1679ed4cbcd8f40025844df3b9934ee2eeecb2 /indra/newview/llappviewer.cpp | |
parent | 4a3710501b1aeae90afbd48c7e3531c86f92517e (diff) |
Generate windows minidump files on crash for developer (not release for download) builds. SL crash reporter still enabled.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 1ed63555b0..1b5b73e3dd 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4133,7 +4133,7 @@ void LLAppViewer::forceErrorBreakpoint() void LLAppViewer::forceErrorBadMemoryAccess() { S32* crash = NULL; - *crash = 0xDEADBEEF; + *crash = 0xDEADBEEF; return; } |