Date: Sun, 1 Jun 2003 17:16:39 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/gen makecontext.c Message-ID: <200306020016.h520Gdbj088323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/06/01 17:16:39 PDT FreeBSD src repository Modified files: lib/libc/ia64/gen makecontext.c Log: o Fix a cut-n-paste bug. We were clobbering rp with gp... o Make sure the arguments to ctx_wrapper() are loaded from the backing store by forcing an underflow. Do this by making all registers in the register frame local. Revision Changes Path 1.2 +2 -2 src/lib/libc/ia64/gen/makecontext.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306020016.h520Gdbj088323>