VirtualBox

儲存庫 vbox 的更動 18372


忽略:
時間撮記:
2009-3-27 上午06:18:04 (16 年 以前)
作者:
vboxsync
訊息:

SUPLib: bugger!

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r18370 r18372  
    293293                        Assert(!g_pSUPGlobalInfoPage);
    294294                        SUPGIPMAP GipMapReq;
    295                         GipMapReq.Hdr.u32Cookie = g_u32Cookie;
    296                         GipMapReq.Hdr.u32SessionCookie = g_u32SessionCookie;
    297                         GipMapReq.Hdr.cbIn = SUP_IOCTL_GIP_MAP_SIZE_IN;
    298                         GipMapReq.Hdr.cbOut = SUP_IOCTL_GIP_MAP_SIZE_OUT;
    299                         GipMapReq.Hdr.fFlags = SUPREQHDR_FLAGS_DEFAULT;
    300                         GipMapReq.Hdr.rc = VERR_INTERNAL_ERROR;
    301                         GipMapReq.u.Out.HCPhysGip = NIL_RTHCPHYS;
    302                         GipMapReq.u.Out.pGipR0 = NIL_RTR0PTR;
    303                         GipMapReq.u.Out.pGipR3 = NULL;
     295                        GipMapReq.Hdr.u32Cookie         = CookieReq.u.Out.u32Cookie;
     296                        GipMapReq.Hdr.u32SessionCookie  = CookieReq.u.Out.u32SessionCookie;
     297                        GipMapReq.Hdr.cbIn              = SUP_IOCTL_GIP_MAP_SIZE_IN;
     298                        GipMapReq.Hdr.cbOut             = SUP_IOCTL_GIP_MAP_SIZE_OUT;
     299                        GipMapReq.Hdr.fFlags            = SUPREQHDR_FLAGS_DEFAULT;
     300                        GipMapReq.Hdr.rc                = VERR_INTERNAL_ERROR;
     301                        GipMapReq.u.Out.HCPhysGip       = NIL_RTHCPHYS;
     302                        GipMapReq.u.Out.pGipR0          = NIL_RTR0PTR;
     303                        GipMapReq.u.Out.pGipR3          = NULL;
    304304                        rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_GIP_MAP, &GipMapReq, SUP_IOCTL_GIP_MAP_SIZE);
    305305                        if (RT_SUCCESS(rc))
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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