Changeset 91954 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Oct 21, 2021 2:23:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio.cpp
r91953 r91954 702 702 } 703 703 # else 704 # define vpciR3DumpState(d, x, s) do { RT_NOREF((d), (x));} while (0)704 # define vpciR3DumpState(d, x, s) do { } while (0) 705 705 # endif 706 706 … … 716 716 int vpciR3SaveExec(PPDMDEVINS pDevIns, PCPDMDEVHLPR3 pHlp, PVPCISTATE pThis, PSSMHANDLE pSSM) 717 717 { 718 vpciR3DumpState(pDevIns, pThis, "vpciR3SaveExec"); 718 vpciR3DumpState(pDevIns, pThis, "vpciR3SaveExec"); RT_NOREF(pDevIns); 719 719 720 720 pHlp->pfnSSMPutU32(pSSM, pThis->uGuestFeatures);
Note:
See TracChangeset
for help on using the changeset viewer.