VirtualBox

Ignore:
Timestamp:
Mar 24, 2009 10:19:11 AM (16 years ago)
Author:
vboxsync
Message:

mapping of the GIP page is mandatory

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r16447 r18169  
    27842784SUPR0DECL(int) SUPR0GipMap(PSUPDRVSESSION pSession, PRTR3PTR ppGipR3, PRTHCPHYS pHCPhysGip)
    27852785{
    2786     int             rc = 0;
     2786    int             rc = VINF_SUCCESS;
    27872787    PSUPDRVDEVEXT   pDevExt = pSession->pDevExt;
    27882788    RTR3PTR         pGip = NIL_RTR3PTR;
     
    29122912        {
    29132913            LogFlow(("SUPR0GipUnmap: Suspends GIP updating\n"));
    2914             rc = RTTimerStop(pDevExt->pGipTimer); AssertRC(rc); rc = 0;
     2914            rc = RTTimerStop(pDevExt->pGipTimer); AssertRC(rc); rc = VINF_SUCCESS;
    29152915        }
    29162916    }
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r16933 r18169  
    323323                            }
    324324                        }
    325                         return VINF_SUCCESS;
     325                        return rc;
    326326                    }
    327327
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette