From 55eba4fa08b022197106245d36a70f575a070b0a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 22 Dec 2008 19:10:27 -0800 Subject: Make read_memory debug output use ccdbg_debug. This makes it default to not being presented, which makes s51 much happier Signed-off-by: Keith Packard --- lib/ccdbg-debug.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ccdbg-debug.c') diff --git a/lib/ccdbg-debug.c b/lib/ccdbg-debug.c index 2e67bc8d..8f6f9e11 100644 --- a/lib/ccdbg-debug.c +++ b/lib/ccdbg-debug.c @@ -45,3 +45,9 @@ ccdbg_debug(int level, char *format, ...) va_end(ap); } } + +void +ccdbg_flush(void) +{ + fflush(stdout); +} -- cgit v1.2.3