summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-08-06 21:29:51 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-08-06 21:29:51 +0300
commitb35a948ad86c8231b60a43a6ac0b612dac2057e4 (patch)
tree746bcba3e5c3d029e5027e7cccbff6b20ea63ded /indra/llcommon
parent55983b9abdbbb5eedf8fb4e3e4a566dc5b1425f6 (diff)
SL-10908 Test viewers should crash normally
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llcoros.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcoros.cpp b/indra/llcommon/llcoros.cpp
index 67e9fad1ab..cc775775bf 100644
--- a/indra/llcommon/llcoros.cpp
+++ b/indra/llcommon/llcoros.cpp
@@ -347,7 +347,7 @@ void LLCoros::toplevel(coro::self& self, CoroData* data, const callable_t& calla
// run the code the caller actually wants in the coroutine
try
{
-#if LL_WINDOWS
+#if LL_WINDOWS && LL_RELEASE_FOR_DOWNLOAD
winlevel(callable);
#else
callable();