Changeset 81252 in vbox
- Timestamp:
- Oct 14, 2019 11:43:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FlashCore.cpp
r81250 r81252 188 188 *pbData = bValue; 189 189 190 LogFlow(("flashMemReadByte: read access at %08RX: %02X (cmd=%02X) rc=%Rrc\n", bValue, pThis->bCmd, rc));190 LogFlow(("flashMemReadByte: read access at %08RX: %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.