Changeset 33875 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 8, 2010 9:01:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r33851 r33875 579 579 uint8_t val = s->st01 & ~(ST01_V_RETRACE | ST01_DISP_ENABLE); 580 580 unsigned cur_frame_ns, cur_line_ns; 581 int64_ttime_ns;581 uint64_t time_ns; 582 582 583 583 time_ns = PDMDevHlpTMTimeVirtGetNano(VGASTATE2DEVINS(s));
Note:
See TracChangeset
for help on using the changeset viewer.