From 1c2aeef9fee160bf4d6ec9fe6d4cc8d31788f0df Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 28 Jul 2005 18:46:16 +0000 Subject: Add io.c --- runtime/user/emul.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/user/emul.h') diff --git a/runtime/user/emul.h b/runtime/user/emul.h index b1cc1478..4b029b39 100644 --- a/runtime/user/emul.h +++ b/runtime/user/emul.h @@ -9,7 +9,7 @@ int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) return (i >= size) ? (size - 1) : i; } -#define _stp_log printf +//#define _stp_log printf /* cpu emulation */ #undef smp_processor_id -- cgit