The fix in the previous rev. wasn't complete.
This commit is contained in:
parent
f187082daa
commit
510a57f4ea
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ lwpStackCheckUsed(struct lwpProc *newp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lwpStatus(newp, "stack use: %u bytes (of %u total)",
|
lwpStatus(newp, "stack use: %u bytes (of %u total)",
|
||||||
(i * sizeof(long)) - LWP_REDZONE,
|
i * (int)sizeof(long) - LWP_REDZONE,
|
||||||
newp->size - 2 * LWP_REDZONE - (int)sizeof(stkalign_t));
|
newp->size - 2 * LWP_REDZONE - (int)sizeof(stkalign_t));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue