summaryrefslogtreecommitdiff
path: root/pr/src/threads/combined/prustack.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/threads/combined/prustack.c')
-rw-r--r--pr/src/threads/combined/prustack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/threads/combined/prustack.c b/pr/src/threads/combined/prustack.c
index 59562bac..f4b760dc 100644
--- a/pr/src/threads/combined/prustack.c
+++ b/pr/src/threads/combined/prustack.c
@@ -141,7 +141,7 @@ PRThreadStack *_PR_NewStack(PRUint32 stackSize)
ts->allocBase, ts->allocBase + ts->allocSize - 1,
ts->allocBase + REDZONE,
ts->allocBase + REDZONE + stackSize - 1));
-
+
_PR_MD_INIT_STACK(ts,REDZONE);
return ts;