PERFORCE change 63328 for review

Peter Wemm peter at FreeBSD.org
Mon Oct 18 13:07:12 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=63328

Change 63328 by peter at peter_daintree on 2004/10/18 20:06:21

	make this compile. oops, there is debug stuff lacking here.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/gdb_machdep.c#3 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/gdb_machdep.c#3 (text+ko) ====

@@ -93,7 +93,6 @@
 	val = __bswap64(val);
 	switch (regnum) {
 	case GDB_REG_PC:
-		kdb_thrctx->pcb_rip = val;
 		if (kdb_thread  == curthread)
 			tf->tf_rip = val;
 	}


More information about the p4-projects mailing list