Fix delete_hw_event_data() to free the scheduled events
[deliverable/binutils-gdb.git] / sim / common / dv-core.c
index 1bf4f68b4ce08732013d6765b4f4f286ae88a520..0a0c4a9acbda7219b5e965f26fd1262bb54dae1e 100644 (file)
@@ -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,
This page took 0.023325 seconds and 4 git commands to generate.