Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2008 20:42:49 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132424 for review
Message-ID:  <200801032042.m03KgnY4008764@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132424

Change 132424 by imp@imp_paco-paco on 2008/01/03 20:41:54

	kludge-o-matic for now until watch points are integrated.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/mips_subr.c#4 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/mips_subr.c#4 (text+ko) ====

@@ -23,9 +23,10 @@
 /*
  * mips_watchpoint -- set/clear a watchpoint
  */
+void mips_watchpoint(void *addr, int access);//XXX kludge
 
 void
-mips_watchpoint(void* addr, int access)
+mips_watchpoint(void *addr, int access)
 {
 	u_int32_t watchlo = 0;
 	u_int32_t watchhi = 0;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801032042.m03KgnY4008764>