public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed] sim: mips: fix printf string
@ 2023-10-15 10:40 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2023-10-15 10:40 UTC (permalink / raw)
  To: gdb-patches; +Cc: jbglaw

---
 sim/mips/sb1.igen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim/mips/sb1.igen b/sim/mips/sb1.igen
index 50a576cbf986..dc0c0068cd3f 100644
--- a/sim/mips/sb1.igen
+++ b/sim/mips/sb1.igen
@@ -172,7 +172,7 @@
 
 
 011110,5.FMTSEL,5.VT,5.VS,00000,110101:MDMX:64::PABSDIFC.fmt
-"pabsdifc.%<FMTSEL> v<VS>,v<VT>"
+"pabsdifc.%s<FMTSEL> v<VS>,v<VT>"
 *sb1:
 {
   check_mdmx (SD_, instruction_0);
-- 
2.42.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-15 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-15 10:40 [PATCH/committed] sim: mips: fix printf string Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).