Changeset 71853 in vbox
- Timestamp:
- Apr 12, 2018 3:43:55 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r71809 r71853 527 527 { 528 528 uint8_t const uIndex = pThis->u8Index; 529 RT_UNTRUSTED_NONVOLATILE_COPY_FENCE(); 529 530 if ( uIndex >= IOAPIC_INDIRECT_INDEX_REDIR_TBL_START 530 531 && uIndex <= pThis->u8LastRteRegIdx) … … 568 569 { 569 570 uint8_t const uIndex = pThis->u8Index; 571 RT_UNTRUSTED_NONVOLATILE_COPY_FENCE(); 570 572 LogFlow(("IOAPIC: ioapicSetData: uIndex=%#x uValue=%#RX32\n", uIndex, uValue)); 571 573
Note:
See TracChangeset
for help on using the changeset viewer.

