forked from Imagelibrary/binutils-gdb
2003-12-16 Michael Snyder <msnyder@redhat.com>
Patch submitted by Anil Paranjape <AnilP1@KPITCummins.com> * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-12-16 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
Patch submitted by Anil Paranjape <AnilP1@KPITCummins.com>
|
||||||
|
* sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits.
|
||||||
|
|
||||||
2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
|
2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
|
||||||
|
|
||||||
* compile.c (set_h8300h): Initialize globals to zero.
|
* compile.c (set_h8300h): Initialize globals to zero.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
/* avolkov:
|
/* avolkov:
|
||||||
Next 2 macros are ugly for any workstation, but while they're work.
|
Next 2 macros are ugly for any workstation, but while they're work.
|
||||||
Memory size MUST be configurable. */
|
Memory size MUST be configurable. */
|
||||||
#define H8300H_MSIZE (1 << 18)
|
#define H8300H_MSIZE (1 << 24)
|
||||||
#define H8300S_MSIZE (1 << 24)
|
#define H8300S_MSIZE (1 << 24)
|
||||||
|
|
||||||
#define CSIZE 1024
|
#define CSIZE 1024
|
||||||
|
|||||||
Reference in New Issue
Block a user