Changeset 107706 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 13, 2025 12:16:11 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166802
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp
r107703 r107706 2124 2124 * @returns VBox status code. 2125 2125 */ 2126 static int nemR3DarwinCapsInit( void)2126 static int nemR3DarwinCapsInit(PVM pVM) 2127 2127 { 2128 2128 RT_ZERO(g_HmMsrs); … … 3143 3143 { 3144 3144 /* First call initializs the MSR structure holding the capabilities of the host CPU. */ 3145 int rc = nemR3DarwinCapsInit( );3145 int rc = nemR3DarwinCapsInit(pVM); 3146 3146 AssertRCReturn(rc, rc); 3147 3147
Note:
See TracChangeset
for help on using the changeset viewer.