[binutils-gdb] sim: mips: fix printf string

Michael Frysinger vapier@sourceware.org
Sun Oct 15 10:40:34 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=30ebc4310b0ec608bc7e34e153340935147c45d5

commit 30ebc4310b0ec608bc7e34e153340935147c45d5
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Oct 15 16:24:31 2023 +0545

    sim: mips: fix printf string

Diff:
---
 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 50a576cbf98..dc0c0068cd3 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);


More information about the Gdb-cvs mailing list