]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390: Remove a forgotten debug print statement.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 27 Dec 2012 00:44:30 +0000 (00:44 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 27 Dec 2012 00:44:30 +0000 (00:44 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2618

VEX/priv/s390_disasm.c

index 14f313ee626498cfad0d3fd451440a9fb7657e96..4c1da64ee9534cf63b61fb2b3c5d9eb0243e4fcc 100644 (file)
@@ -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];