]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips: fix a typo in log
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 19 May 2017 13:57:28 +0000 (13:57 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 19 May 2017 13:57:28 +0000 (13:57 +0000)
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

index 81db9f4268709d773f85fc373e381e5e4e291ea2..d6a321975161f0e29a6184b75c8ba7226cd1701f 100644 (file)
@@ -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;