* mach-o.c (bfd_mach_o_archive_p): Restrict the number of
[deliverable/binutils-gdb.git] / sim / ppc / hw_disk.c
index 5934fead1a1c2288157c665d26b52dbb195c5fde..0e9573bda6eff94893b955d578d748b0dd9982fd 100644 (file)
@@ -232,6 +232,9 @@ hw_disk_init_address(device *me)
                        space, address, 0/*size*/, access_read_write_exec,
                        me);
 
+  /* Tell the world we are a disk.  */
+  device_add_string_property(me, "device_type", "block");
+
   /* get the name of the file specifying the disk image */
   disk->name_index = 0;
   disk->nr_names = device_find_string_array_property(me, "file",
This page took 0.022993 seconds and 4 git commands to generate.