From: Michael Snyder Date: Tue, 16 Dec 2003 20:21:09 +0000 (+0000) Subject: 2003-12-16 Michael Snyder X-Git-Tag: cagney_bigcore-20040122-branchpoint~457 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5d3df96612aa9c44954ffba108fc4e6ec634e15;p=external%2Fbinutils.git 2003-12-16 Michael Snyder Patch submitted by Anil Paranjape * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits. --- diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 7aa1a75..5d66c95 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,8 @@ +2003-12-16 Michael Snyder + + Patch submitted by Anil Paranjape + * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits. + 2003-12-11 Dhananjay Deshpande * compile.c (set_h8300h): Initialize globals to zero. diff --git a/sim/h8300/sim-main.h b/sim/h8300/sim-main.h index 284a558..65cc999 100644 --- a/sim/h8300/sim-main.h +++ b/sim/h8300/sim-main.h @@ -27,7 +27,7 @@ /* avolkov: Next 2 macros are ugly for any workstation, but while they're work. Memory size MUST be configurable. */ -#define H8300H_MSIZE (1 << 18) +#define H8300H_MSIZE (1 << 24) #define H8300S_MSIZE (1 << 24) #define CSIZE 1024