From ce9bc8d1f1e1f12d31f85fc55820ecd0436f4eed Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 27 Nov 2000 19:49:46 +0000 Subject: [PATCH] Remove space == 0 restriction in the simulator (dv-core) --- sim/common/ChangeLog | 5 +++++ sim/common/dv-core.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 473bb57e12..ec478ab924 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 1bf4f68b4c..0a0c4a9acb 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, -- 2.34.1