Changeset 19500 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 7, 2009 6:23:22 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47034
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineDebuggerImpl.cpp
r19300 r19500 585 585 586 586 if (pVM.isOk()) 587 *aPct = TM VirtualGetWarpDrive (pVM);587 *aPct = TMGetWarpDrive (pVM); 588 588 else 589 589 *aPct = 100; … … 618 618 CheckComRCReturnRC (pVM.rc()); 619 619 620 int vrc = TM VirtualSetWarpDrive (pVM, aPct);620 int vrc = TMR3SetWarpDrive (pVM, aPct); 621 621 if (RT_FAILURE (vrc)) 622 622 {
Note:
See TracChangeset
for help on using the changeset viewer.