Date: Thu, 20 Sep 2001 09:30:48 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c Message-ID: <200109201630.f8KGUmo92285@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2001/09/20 09:30:48 PDT Modified files: sys/ia64/ia64 trap.c Log: Don't clear the single-step bit after a trap - leave it up to the debugger. The code was broken anyway - it clear every bit *except* the single-step bit (oops). Revision Changes Path 1.30 +1 -7 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109201630.f8KGUmo92285>