mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
Remove space == 0 restriction in the simulator (dv-core)
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||||
|
|
||||||
|
* dv-core.c (dv_core_attach_address_callback): Don't abort if
|
||||||
|
space is not zero.
|
||||||
|
|
||||||
2000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
2000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||||
|
|
||||||
* hw-base.c (hw_delete): Don't free base_of_hw since it's freed.
|
* hw-base.c (hw_delete): Don't free base_of_hw since it's freed.
|
||||||
|
@ -57,8 +57,6 @@ dv_core_attach_address_callback (struct hw *me,
|
|||||||
/* NOTE: At preset the space is assumed to be zero. Perhaphs the
|
/* NOTE: At preset the space is assumed to be zero. Perhaphs the
|
||||||
space should be mapped onto something for instance: space0 -
|
space should be mapped onto something for instance: space0 -
|
||||||
unified memory; space1 - IO memory; ... */
|
unified memory; space1 - IO memory; ... */
|
||||||
if (space != 0)
|
|
||||||
hw_abort (me, "Hey! Unknown space %d", space);
|
|
||||||
sim_core_attach (hw_system (me),
|
sim_core_attach (hw_system (me),
|
||||||
NULL, /*cpu*/
|
NULL, /*cpu*/
|
||||||
level,
|
level,
|
||||||
|
Reference in New Issue
Block a user