summaryrefslogtreecommitdiffstats
path: root/greth.c
diff options
context:
space:
mode:
Diffstat (limited to 'greth.c')
-rw-r--r--greth.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/greth.c b/greth.c
index 9d09087..0b6d0ca 100644
--- a/greth.c
+++ b/greth.c
@@ -255,9 +255,6 @@ greth_read (uint32 address)
default:
res = 0;
}
- if (sis_verbose > 1)
- printf ("%8lu cpu %d APB read a: %08x, d: %08x\n",
- ebase.simtime, cpu, address, res);
return res;
}