summaryrefslogtreecommitdiff
path: root/direct/yportenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'direct/yportenv.h')
-rw-r--r--direct/yportenv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/direct/yportenv.h b/direct/yportenv.h
index 4208e80..9127f84 100644
--- a/direct/yportenv.h
+++ b/direct/yportenv.h
@@ -278,8 +278,8 @@ struct iattr {
#define Y_DUMP_STACK() do { } while (0)
#endif
-#ifndef YBUG
-#define YBUG() do {\
+#ifndef BUG
+#define BUG() do {\
yaffs_trace(YAFFS_TRACE_BUG,\
"==>> yaffs bug: " __FILE__ " %d",\
__LINE__);\