Changeset 65325 in vbox
- Timestamp:
- Jan 16, 2017 1:01:26 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112900
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r65316 r65325 1871 1871 * @param pCtx Pointer to the CPU context. 1872 1872 */ 1873 VMMR0DECL(void) HMDumpRegs(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)1873 VMMR0DECL(void) hmDumpRegs(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx) 1874 1874 { 1875 1875 NOREF(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.