Do top level sim-hw module for device tree.
[deliverable/binutils-gdb.git] / sim / common / dv-core.c
index bdb612c559e6561ed1ac226bcef404f92d96b1bd..e84f70d8ab2292f507090225e6b14713153407c4 100644 (file)
@@ -52,6 +52,8 @@ dv_core_attach_address_callback (struct hw *me,
                                 address_word nr_bytes,
                                 struct hw *client)
 {
+  HW_TRACE ((me, "attach (level=%d, space=%d, addr=0x%lx, nr_bytes=%ld, client=0x%lx)",
+            level, space, (unsigned long) addr, (unsigned long) nr_bytes, (unsigned long) client));
   /* 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; ... */
This page took 0.022883 seconds and 4 git commands to generate.