Fix typo - s/dbcst/dcbst/.

This commit is contained in:
simonb 2001-04-06 16:48:11 +00:00
parent 08b35fec91
commit 1c69191831
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_disasm.c,v 1.2 2000/06/09 14:07:13 kleink Exp $ */
/* $NetBSD: db_disasm.c,v 1.3 2001/04/06 16:48:11 simonb Exp $ */
/* $OpenBSD: db_disasm.c,v 1.2 1996/12/28 06:21:48 rahnds Exp $ */
#include <sys/param.h>
@ -217,7 +217,7 @@ const struct opcode opcodes_1f[] = {
{ "cmpl", 0xfc0007fe, 0x7c000040, Op_crfD | Op_L | Op_A | Op_B },
{ "subf", 0xfc0007fe, 0x7c000050, Op_D | Op_A | Op_B | Op_OE | Op_Rc },
{ "ldux", 0xfc0007fe, 0x7c00006a, Op_D | Op_A | Op_B },
{ "dbcst", 0xfc0007fe, 0x7c00006c, Op_A | Op_B },
{ "dcbst", 0xfc0007fe, 0x7c00006c, Op_A | Op_B },
{ "lwzux", 0xfc0007fe, 0x7c00006e, Op_D | Op_A | Op_B },
{ "cntlzd", 0xfc0007fe, 0x7c000074, Op_S | Op_A | Op_Rc },
{ "andc", 0xfc0007fe, 0x7c000078, Op_S | Op_A | Op_B | Op_Rc },