Standardize clock parameter names to 'clock'.
[gem5.git] / dev / ide_disk.hh
index 9c6eea6231bde73bee4040aae246ca8d1ed278bf..7036255951dffd8c1f514c3590c58daf076e7488 100644 (file)
@@ -248,7 +248,7 @@ class IdeDisk : public SimObject
      * @param disk_delay The disk delay in milliseconds
      */
     IdeDisk(const std::string &name, DiskImage *img, PhysicalMemory *phys,
-            int id, int disk_delay);
+            int id, Tick disk_delay);
 
     /**
      * Delete the data buffer.