diff options
-rw-r--r-- | dev/ide_disk.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc index 3a39bcdd0..7096c6948 100644 --- a/dev/ide_disk.cc +++ b/dev/ide_disk.cc @@ -260,7 +260,6 @@ IdeDisk::read(const Addr &offset, RegType_t type) updateState(action); return data; - } void @@ -787,7 +786,7 @@ IdeDisk::intrPost() intrPending = true; // talk to controller to set interrupt - if (ctrl){ + if (ctrl) { ctrl->bmi_regs[BMIS0] |= IDEINTS; ctrl->intrPost(); } |