summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-07-09 18:08:02 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-07-09 18:08:02 +0000
commit6990156606424fd2f37f277418e50f9883e94358 (patch)
treea781a49fc2e5d1c620a1ca224d0bcdc234d2b86d
parent5b002135e47dce0be23750a09ae08933446f813b (diff)
another instruction correction: STQDC -> STQFA
-rw-r--r--sys/arch/sparc64/include/instr.h4
-rw-r--r--sys/arch/sparc64/sparc64/db_interface.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/include/instr.h b/sys/arch/sparc64/include/instr.h
index 9f9c18689f9..63b9b32252f 100644
--- a/sys/arch/sparc64/include/instr.h
+++ b/sys/arch/sparc64/include/instr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: instr.h,v 1.4 2003/07/09 17:38:19 jason Exp $ */
+/* $OpenBSD: instr.h,v 1.5 2003/07/09 18:08:01 jason Exp $ */
/* $NetBSD: instr.h,v 1.3 2000/01/10 03:53:20 eeh Exp $ */
/*
@@ -77,7 +77,7 @@ enum IOP3_mem {
IOP3_merr28, IOP3_merr29, IOP3_merr2a, IOP3_merr2b,
IOP3_merr2c, IOP3_PREFETCH, IOP3_merr2e, IOP3_merr2f,
IOP3_LFC, IOP3_LDCSR, IOP3_LDQFA, IOP3_LDDC,
- IOP3_STC, IOP3_STCSR, IOP3_STDCQ, IOP3_STDC,
+ IOP3_STC, IOP3_STCSR, IOP3_STQFA, IOP3_STDC,
IOP3_merr38, IOP3_merr39, IOP3_merr3a, IOP3_merr3b,
IOP3_CASA, IOP3_PREFETCHA, IOP3_CASXA, IOP3_merr3f
};
diff --git a/sys/arch/sparc64/sparc64/db_interface.c b/sys/arch/sparc64/sparc64/db_interface.c
index 6a94afa2cd7..010bee27928 100644
--- a/sys/arch/sparc64/sparc64/db_interface.c
+++ b/sys/arch/sparc64/sparc64/db_interface.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_interface.c,v 1.16 2003/07/09 17:38:19 jason Exp $ */
+/* $OpenBSD: db_interface.c,v 1.17 2003/07/09 18:08:01 jason Exp $ */
/* $NetBSD: db_interface.c,v 1.61 2001/07/31 06:55:47 eeh Exp $ */
/*
@@ -1340,7 +1340,7 @@ db_inst_store(inst)
case IOP3_STDF:
case IOP3_STC:
case IOP3_STCSR:
- case IOP3_STDCQ:
+ case IOP3_STQFA:
case IOP3_STDC:
return 1;