VirtualBox

Ignore:
Timestamp:
May 25, 2022 5:56:47 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151560
Message:

SUPDrv: bugref:10209: Added stubs for host FPU begin/end operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r93325 r95087  
    30313031
    30323032
     3033SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook)
     3034{
     3035    RT_NOREF(fCtxHook);
     3036    return false;
     3037}
     3038
     3039
     3040SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook)
     3041{
     3042    RT_NOREF(fCtxHook);
     3043}
     3044
     3045
    30333046SUPR0DECL(int) SUPR0IoCtlSetupForHandle(PSUPDRVSESSION pSession, intptr_t hHandle, uint32_t fFlags, PSUPR0IOCTLCTX *ppCtx)
    30343047{
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