aboutsummaryrefslogtreecommitdiff
path: root/hw/hpet_emul.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hpet_emul.h')
-rw-r--r--hw/hpet_emul.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/hpet_emul.h b/hw/hpet_emul.h
index 93a277e..fbe7a44 100644
--- a/hw/hpet_emul.h
+++ b/hw/hpet_emul.h
@@ -60,9 +60,9 @@ typedef struct HPETTimer { /* timers */
uint64_t fsb; /* FSB route, not supported now */
/* Hidden register state */
uint64_t period; /* Last value written to comparator */
- uint8_t wrap_flag; /* timer pop will indicate wrap for one-shot 32-bit
+ uint8_t wrap_flag; /* timer pop will indicate wrap for one-shot 32-bit
* mode. Next pop will be actual timer expiration.
- */
+ */
} HPETTimer;
typedef struct HPETState {