summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-07-09 18:08:01 +0000
committerjason <jason@openbsd.org>2003-07-09 18:08:01 +0000
commitf6b156cc63eea8591205c0491bca7ad79b08e7a2 (patch)
treeb7fdafff86d3195f3e2cdac94341c13f3fd8e9a4
parentcorrections/filling of type 3 v9 instructions (diff)
downloadwireguard-openbsd-f6b156cc63eea8591205c0491bca7ad79b08e7a2.tar.xz
wireguard-openbsd-f6b156cc63eea8591205c0491bca7ad79b08e7a2.zip
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;