Date: Mon, 5 Jul 2004 01:02:38 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 56478 for review Message-ID: <200407050102.i6512cW5066244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=56478 Change 56478 by marcel@marcel_sledge on 2004/07/05 01:01:41 Remove references to td_last_frame. Affected files ... .. //depot/projects/gdb/sys/amd64/amd64/trap.c#10 edit Differences ... ==== //depot/projects/gdb/sys/amd64/amd64/trap.c#10 (text+ko) ==== @@ -172,8 +172,6 @@ } #endif - td->td_last_frame = &frame; - if ((frame.tf_rflags & PSL_I) == 0) { /* * Buggy application or kernel code has disabled @@ -697,7 +695,6 @@ regcnt = 6; sticks = td->td_sticks; td->td_frame = &frame; - td->td_last_frame = &frame; if (td->td_ucred != p->p_ucred) cred_update_thread(td); if (p->p_flag & P_SA)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407050102.i6512cW5066244>