Changeset 99215 in vbox for trunk/src/VBox
- Timestamp:
- Mar 30, 2023 6:31:36 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp
r99193 r99215 872 872 { 873 873 if (cb == sizeof(uint16_t)) 874 qemuFwCfgItemSelect(pThis, *(uint16_t *)pv);874 qemuFwCfgItemSelect(pThis, RT_BE2H_U16(*(uint16_t *)pv)); 875 875 else 876 876 rc = PDMDevHlpDBGFStop(pDevIns, RT_SRC_POS, "offMmio=%#x cb=%d\n", off, cb);
Note:
See TracChangeset
for help on using the changeset viewer.