From 14574aef8cf7aaf4658cf19c9fe1964e90de65f3 Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Fri, 19 May 2017 13:57:28 +0000 Subject: [PATCH] mips: fix a typo in log Minor typo. Log "cfc1 " instead of "ctc1 " for Min_MfFCSR. git-svn-id: svn://svn.valgrind.org/vex/trunk@3377 --- VEX/priv/host_mips_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VEX/priv/host_mips_defs.c b/VEX/priv/host_mips_defs.c index 81db9f4268..d6a3219751 100644 --- a/VEX/priv/host_mips_defs.c +++ b/VEX/priv/host_mips_defs.c @@ -1511,7 +1511,7 @@ void ppMIPSInstr(const MIPSInstr * i, Bool mode64) return; } case Min_MfFCSR: { - vex_printf("ctc1 "); + vex_printf("cfc1 "); ppHRegMIPS(i->Min.MfFCSR.dst, mode64); vex_printf(", $31"); return; -- 2.47.2