X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyportenv.h;h=939cd3a407bd494d96ba61b0348fe383273c0809;hb=8670595b355e66200c97aa1668af04d4eaebaa6b;hp=4208e806661fa8f1d95a58bd0e1d9ab623052b84;hpb=5062df7307f71d3374da87a7c69102dc3f09da28;p=yaffs2.git diff --git a/direct/yportenv.h b/direct/yportenv.h index 4208e80..939cd3a 100644 --- a/direct/yportenv.h +++ b/direct/yportenv.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -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__);\