Changeset 14056 in vbox for trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
- Timestamp:
- Nov 10, 2008 10:58:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r13950 r14056 101 101 typedef long Q_LONG; /* word up to 64 bit signed */ 102 102 typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */ 103 #endif104 105 #if defined (VBOX_GUI_DEBUG)106 uint64_t VMCPUTimer::ticks_per_msec = (uint64_t) -1LL; // declared in VBoxDefs.h107 uint64_t VMCPUTimer::ticks()108 {109 return ASMReadTSC();110 }111 103 #endif 112 104
Note:
See TracChangeset
for help on using the changeset viewer.