Changeset 44078 in vbox for trunk/include/VBox
- Timestamp:
- Dec 10, 2012 1:19:18 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82587
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r44076 r44078 415 415 VMMR3DECL(int) CPUMR3Init(PVM pVM); 416 416 VMMR3DECL(int) CPUMR3InitCompleted(PVM pVM); 417 VMMR3DECL( int)CPUMR3LogCpuIds(PVM pVM);417 VMMR3DECL(void) CPUMR3LogCpuIds(PVM pVM); 418 418 VMMR3DECL(void) CPUMR3Relocate(PVM pVM); 419 419 VMMR3DECL(int) CPUMR3Term(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.