From 89927983bb5d1a197d4994af1a9b4846454a8c25 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Thu, 27 Dec 2012 00:44:30 +0000 Subject: [PATCH] s390: Remove a forgotten debug print statement. git-svn-id: svn://svn.valgrind.org/vex/trunk@2618 --- VEX/priv/s390_disasm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/VEX/priv/s390_disasm.c b/VEX/priv/s390_disasm.c index 14f313ee62..4c1da64ee9 100644 --- a/VEX/priv/s390_disasm.c +++ b/VEX/priv/s390_disasm.c @@ -42,7 +42,6 @@ static const HChar * mnemonic(const HChar *mnm) { - vex_printf("MNEMONIC = |%s|\n", mnm); vassert(vex_strlen(mnm) <= S390_MAX_MNEMONIC_LEN); static HChar buf[S390_MAX_MNEMONIC_LEN + 1]; -- 2.47.3