summaryrefslogtreecommitdiffstats
path: root/runtime/user/emul.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/user/emul.h')
-rw-r--r--runtime/user/emul.h2
1 files changed, 1 insertions, 1 deletions
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