From c02ac4bd3971b03584655c639e45debf477e2dbe Mon Sep 17 00:00:00 2001 From: vboxsync Date: Mon, 5 Mar 2018 22:19:22 +0000 Subject: NEM/win,VMM,PGM: Ported NEM runloop to ring-0. bugref:9044 [build fixes] git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71223 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/VMM/VMMR0/NEMR0Native-win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VBox/VMM/VMMR0/NEMR0Native-win.cpp') diff --git a/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp b/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp index 4cbbb8c76e7..84b82281e2f 100644 --- a/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp +++ b/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp @@ -450,7 +450,7 @@ NEM_TMPL_STATIC int nemR0WinUnmapPages(PGVM pGVM, PGVMCPU pGVCpu, RTGCPHYS GCPhy #if 1 /* Do we need to do this? Hopefully not... */ uint64_t volatile uR = g_pfnHvlInvokeHypercall(HvCallUncommitGpaPages | ((uint64_t)cPages << 32), pGVCpu->nem.s.HCPhysHypercallData, 0); - AssertMsg(uR == ((uint64_t)cPages << 32), ("uR=%#RX64\n", uR)); + AssertMsg(uR == ((uint64_t)cPages << 32), ("uR=%#RX64\n", uR)); NOREF(uR); #endif return VINF_SUCCESS; } -- cgit v1.2.1