Changeset 19706 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 14, 2009 5:14:35 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47320
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Devices/PC/DevRTC.cpp ¶
r13840 r19706 408 408 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) { 409 409 /* update in progress bit */ 410 Log2(("RTC: UIP %x -> 1\n", !!(s->cmos_data[RTC_REG_A] & REG_A_UIP))); 410 411 s->cmos_data[RTC_REG_A] |= REG_A_UIP; 411 412 } … … 446 447 447 448 /* clear update in progress bit */ 449 Log2(("RTC: UIP %x -> 0\n", !!(s->cmos_data[RTC_REG_A] & REG_A_UIP))); 448 450 s->cmos_data[RTC_REG_A] &= ~REG_A_UIP; 449 451
Note:
See TracChangeset
for help on using the changeset viewer.