X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=blobdiff_plain;f=debugger%2Fmcs51%2Fsimi.h;h=69cd4f1aa5a812c5f47f33299c6cf35a3e660213;hp=5305e79940ba4b441c54a62b94f2059f3433e465;hb=HEAD;hpb=31264d72ca126a7ad645192145c94daf4d72e2a7 diff --git a/debugger/mcs51/simi.h b/debugger/mcs51/simi.h index 5305e799..69cd4f1a 100644 --- a/debugger/mcs51/simi.h +++ b/debugger/mcs51/simi.h @@ -36,14 +36,15 @@ #define MAX_SIM_BUFF 8*1024 -#define MAX_CACHE_SIZE 2048 +#define MAX_CACHE_SIZE 4096 /* number of cache */ #define IMEM_CACHE 0 #define XMEM_CACHE 1 #define SREG_CACHE 2 -#define NMEM_CACHE 3 +#define CMEM_CACHE 3 +#define NMEM_CACHE 4 /* special index */ -#define BIT_CACHE 4 +#define BIT_CACHE 5 typedef struct _memcache {