First small hack at 68060 support: processor configuration register.
(We don't use the new instructions lpstop and plpa in our kernel, so no hurry.)
This commit is contained in:
parent
b88543e379
commit
6e74f35ac9
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: db_disasm.c,v 1.15 1996/06/12 20:22:42 is Exp $ */
|
||||
/* $NetBSD: db_disasm.c,v 1.16 1996/10/24 18:30:17 is Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Christian E. Hopps
|
||||
|
@ -2241,6 +2241,10 @@ opcode_movec(dbuf, opc)
|
|||
case 0x807:
|
||||
tmp = "srp";
|
||||
break;
|
||||
/* 060: */
|
||||
case 0x808:
|
||||
tmp = "pcr";
|
||||
break;
|
||||
default:
|
||||
tmp = "INVALID";
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue