From 7ab06e4b0a035fd0cf6f07689e5a8091c3ee4165 Mon Sep 17 00:00:00 2001 From: bela Date: Thu, 22 Mar 2001 13:13:07 +0000 Subject: [PATCH] Multiple instances of #ifdef COC & C1M1C removed git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@704 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/mcs51reg.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/device/include/mcs51reg.h b/device/include/mcs51reg.h index f0ab6545..2c3307cf 100644 --- a/device/include/mcs51reg.h +++ b/device/include/mcs51reg.h @@ -1267,20 +1267,6 @@ sfr at 0xA3 C0C ; // DS80C390 specific #define ERIE 0x80 #endif -#ifdef C0C -#undef C0C -sfr at 0xA3 C0C ; // DS80C390 specific -// Not directly accessible bits -#define SWINT 0x01 -#define ERCS 0x02 -#define AUTOB 0x04 -#define CRST 0x08 -#define SIESTA 0x10 -#define PDE 0x20 -#define STIE 0x40 -#define ERIE 0x80 -#endif - #ifdef C0IR #undef C0IR sfr at 0xA5 C0IR ; // DS80C390 specific @@ -1461,11 +1447,6 @@ sfr at 0xE7 C1RE ; // DS80C390 specific sfr at 0xEB C1M1C ; // DS80C390 specific #endif -#ifdef C1M1C -#undef C1M1C -sfr at 0xEB C1M1C ; // DS80C390 specific -#endif - #ifdef C1M2C #undef C1M2C sfr at 0xEC C1M2C ; // DS80C390 specific -- 2.47.2