Date: Sun, 25 Apr 2004 14:01:11 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 51728 for review Message-ID: <200404252101.i3PL1BeP061558@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=51728 Change 51728 by marcel@marcel_sledge on 2004/04/25 14:01:07 s/tf_flags/tf_rflags/g. Affected files ... .. //depot/projects/gdb/sys/amd64/include/kdb.h#3 edit Differences ... ==== //depot/projects/gdb/sys/amd64/include/kdb.h#3 (text+ko) ==== @@ -35,13 +35,13 @@ static __inline void kdb_cpu_clear_singlestep(void) { - kdb_frame->tf_flags &= ~PSL_T; + kdb_frame->tf_rflags &= ~PSL_T; } static __inline void kdb_cpu_set_singlestep(void) { - kdb_frame->tf_flags |= PSL_T; + kdb_frame->tf_rflags |= PSL_T; } static __inline void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404252101.i3PL1BeP061558>