New changes from Andrew
[deliverable/binutils-gdb.git] / sim / ppc / core_n.h
index d4c54bc55ca726d951ef26edb763cfc5bee4e5ad..8a80ac8964aab4cc70f52eb201c268d67a8dbf16 100644 (file)
@@ -47,7 +47,7 @@ XCONCAT2(core_map_read_,N)(core_map *map,
     unsigned_N data;
     if (mapping->reader(mapping->device,
                        &data,
-                        mapping->address_space,
+                        mapping->space,
                         addr - mapping->base,
                         sizeof(unsigned_N), /* nr_bytes */
                         processor,
@@ -78,7 +78,7 @@ XCONCAT2(core_map_write_,N)(core_map *map,
     unsigned_N data = H2T_N(val);
     if (mapping->writer(mapping->device,
                        &data,
-                        mapping->address_space,
+                        mapping->space,
                        addr - mapping->base,
                        sizeof(unsigned_N), /* nr_bytes */
                        processor,
This page took 0.023947 seconds and 4 git commands to generate.