X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyportenv.h;h=9127f842bcf318f8a10b779c1703ca5ca83894e5;hp=4208e806661fa8f1d95a58bd0e1d9ab623052b84;hb=f421449422a9107e857d90d306907084dad236fb;hpb=2c8eb2bdc3e753893ecc0dd0cd9cba791d4e16db 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__);\