Changeset 77282 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Feb 12, 2019 3:28:13 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128798
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r77226 r77282 3410 3410 else 3411 3411 { 3412 # if 0 /* Still doesn't work. The trouble is on line 3424 and 3425. */ 3412 3413 # ifdef VBOX_STRICT 3413 3414 /* Invariant: The access handler should never be reset twice within … … 3416 3417 Assert(TimeNow - pSVGAState->TimeLastFIFOIntercept > 500); 3417 3418 pSVGAState->TimeLastFIFOIntercept = TimeNow; 3419 # endif 3418 3420 # endif 3419 3421 int rc2 = PGMHandlerPhysicalReset(PDMDevHlpGetVM(pDevIns), pThis->svga.GCPhysFIFO);
Note:
See TracChangeset
for help on using the changeset viewer.