Changeset 81266 in vbox
- Timestamp:
- Oct 14, 2019 5:56:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FlashCore.cpp
r81252 r81266 188 188 *pbData = bValue; 189 189 190 LogFlow(("flashMemReadByte: read access at %08RX : %02X (cmd=%02X) rc=%Rrc\n", off, bValue, pThis->bCmd, rc));190 LogFlow(("flashMemReadByte: read access at %08RX32: %02X (cmd=%02X) rc=%Rrc\n", off, bValue, pThis->bCmd, rc)); 191 191 return rc; 192 192 }
Note:
See TracChangeset
for help on using the changeset viewer.