Fix compile time warning (in the ARM simulator) about a print statement with insuffic...
[external/binutils.git] / sim / arm / maverick.c
index 3660c3d..d8be20c 100644 (file)
@@ -880,7 +880,7 @@ DSPCDP4 (ARMul_State * state,
          mv_setRegDouble (DEST_REG,
                           -mv_getRegDouble (SRC1_REG));
          printfdbg ("cfnegd mvd%d = -mvd%d = %g\n",
-                    DEST_REG,
+                    DEST_REG, DEST_REG,
                     mv_getRegDouble (DEST_REG));
          break;