]> git.pond.sub.org Git - empserver/commit
(lwpCreate) [UCONTEXT]: ss_sp is the (base) address of the stack area,
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 7 Dec 2005 20:39:55 +0000 (20:39 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 7 Dec 2005 20:39:55 +0000 (20:39 +0000)
commit16fe285ec7112d3a0eb57840cc0e7f58f75bf4ce
treea6fcd261c583d8eb0976943f7afe552995f37357
parentbc270377d52e71d7347ef3e701645629f1a1ba37
(lwpCreate) [UCONTEXT]: ss_sp is the (base) address of the stack area,
not the initial stack pointer.  Fix.  ss_size was wrong as well.
Amazing that this ever worked.
src/lib/lwp/lwp.c