From: Stephane Carrez Date: Mon, 27 Nov 2000 19:49:46 +0000 (+0000) Subject: Remove space == 0 restriction in the simulator (dv-core) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce9bc8d1f1e1f12d31f85fc55820ecd0436f4eed;p=binutils-gdb.git Remove space == 0 restriction in the simulator (dv-core) --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 473bb57e12e..ec478ab924e 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2000-11-26 Stephane Carrez + + * dv-core.c (dv_core_attach_address_callback): Don't abort if + space is not zero. + 2000-11-24 Stephane Carrez * hw-base.c (hw_delete): Don't free base_of_hw since it's freed. diff --git a/sim/common/dv-core.c b/sim/common/dv-core.c index 1bf4f68b4ce..0a0c4a9acbd 100644 --- a/sim/common/dv-core.c +++ b/sim/common/dv-core.c @@ -57,8 +57,6 @@ dv_core_attach_address_callback (struct hw *me, /* NOTE: At preset the space is assumed to be zero. Perhaphs the space should be mapped onto something for instance: space0 - unified memory; space1 - IO memory; ... */ - if (space != 0) - hw_abort (me, "Hey! Unknown space %d", space); sim_core_attach (hw_system (me), NULL, /*cpu*/ level,