Changeset 61849 in vbox
- Timestamp:
- Jun 23, 2016 12:45:24 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108259
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp
r61847 r61849 467 467 { 468 468 /* 469 * Write the low or high 32-bit value into the specified 64-bit RTE register. 470 * Update only the valid, writable bits. 469 * Write the low or high 32-bit value into the specified 64-bit RTE register, 470 * update only the valid, writable bits. 471 * 472 * We need to preserve the read-only bits as it can have dire consequences 473 * otherwise, see @bugref{8386#c24}. 471 474 */ 472 475 uint64_t const u64Rte = pThis->au64RedirTable[idxRte];
Note:
See TracChangeset
for help on using the changeset viewer.