|
From: <sv...@va...> - 2012-12-27 00:44:40
|
florian 2012-12-27 00:44:30 +0000 (Thu, 27 Dec 2012)
New Revision: 2618
Log:
s390: Remove a forgotten debug print statement.
Modified files:
trunk/priv/s390_disasm.c
Modified: trunk/priv/s390_disasm.c (+0 -1)
===================================================================
--- trunk/priv/s390_disasm.c 2012-12-26 17:47:19 +00:00 (rev 2617)
+++ trunk/priv/s390_disasm.c 2012-12-27 00:44:30 +00:00 (rev 2618)
@@ -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];
|