*** empty log message ***
[deliverable/binutils-gdb.git] / sim / ppc / hw_disk.c
index 84086ff1d4ae16e1717b0fa1d7ee9f5700328607..0e9573bda6eff94893b955d578d748b0dd9982fd 100644 (file)
@@ -233,7 +233,7 @@ hw_disk_init_address(device *me)
                        me);
 
   /* Tell the world we are a disk.  */
-  device_add_string_property(me, "device_type", "disk");
+  device_add_string_property(me, "device_type", "block");
 
   /* get the name of the file specifying the disk image */
   disk->name_index = 0;
This page took 0.023742 seconds and 4 git commands to generate.