dev: Explicitly specify the endianness for packet accessors.
[gem5.git] / src / dev / storage / ide_disk.cc
index 08d374fa392da6bff270f9d4f1332f37cfdd5ffe..020e4582de469b28f3d2151272cb7fcad7bbdc69 100644 (file)
@@ -705,6 +705,7 @@ IdeDisk::startCommand()
         // Supported DMA commands
       case WDCC_WRITEDMA:
         dmaRead = true;  // a write to the disk is a DMA read from memory
+        M5_FALLTHROUGH;
       case WDCC_READDMA:
         if (!(cmdReg.drive & DRIVE_LBA_BIT))
             panic("Attempt to perform CHS access, only supports LBA\n");