|
@@ -13,8 +13,6 @@ extern void error(char *);
|
|
#define STATIC static
|
|
#define STATIC static
|
|
#define STATIC_RW_DATA /* non-static please */
|
|
#define STATIC_RW_DATA /* non-static please */
|
|
|
|
|
|
-#define ARCH_HAS_DECOMP_WDOG
|
|
|
|
-
|
|
|
|
/* Diagnostic functions */
|
|
/* Diagnostic functions */
|
|
#ifdef DEBUG
|
|
#ifdef DEBUG
|
|
# define Assert(cond,msg) {if(!(cond)) error(msg);}
|
|
# define Assert(cond,msg) {if(!(cond)) error(msg);}
|