Date: Thu, 6 Jul 2006 13:42:55 GMT From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 100751 for review Message-ID: <200607061342.k66DgtGw085057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100751 Change 100751 by wkoszek@wkoszek_laptop on 2006/07/06 13:42:41 Bring breakpoint() in order to make subr_kdb.c more happy. Affected files ... .. //depot/projects/mips2/src/sys/mips/include/cpufunc.h#4 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/include/cpufunc.h#4 (text+ko) ==== @@ -70,5 +70,14 @@ : : "r" (flag)); } +/* + * XXXMIPS: + */ +static __inline void +breakpoint(void) +{ + __asm __volatile("break"); +} + #endif /* !_MACHINE_CPUFUNC_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607061342.k66DgtGw085057>