Changeset 95582 in vbox
- Timestamp:
- Jul 10, 2022 9:37:56 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r95164 r95582 3407 3407 if (CBstatus != SVGA_CB_STATUS_NONE) 3408 3408 { 3409 LogFunc(("Write status %#x, offNextCmd %#x (of %#x), fIRQ %#x\n", CBstatus, offNextCmd, pCmdBuf ? pCmdBuf->hdr.length : 0, fIRQ));3409 LogFunc(("Write status %#x, offNextCmd %#x, fIRQ %#x\n", CBstatus, offNextCmd, fIRQ)); 3410 3410 vmsvgaR3CmdBufWriteStatus(pDevIns, GCPhysCB, CBstatus, offNextCmd); 3411 3411 if (fIRQ)
Note:
See TracChangeset
for help on using the changeset viewer.

