diff options
Diffstat (limited to 'inc/definitions.h')
-rw-r--r-- | inc/definitions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/definitions.h b/inc/definitions.h index 98c4575..62ed0f6 100644 --- a/inc/definitions.h +++ b/inc/definitions.h @@ -16,7 +16,7 @@ * The number of bits to specify a memory line * calculated as: (/ (expt 2 15) 4) */ -#define MEM_SPEC 13 +#define MEM_SPEC 8 /** * The total number of words in memory */ |