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/darwin/SUPDrv-darwin.cpp

    r93515 r95087  
    20452045
    20462046
     2047SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook)
     2048{
     2049    RT_NOREF(fCtxHook);
     2050    return false;
     2051}
     2052
     2053
     2054SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook)
     2055{
     2056    RT_NOREF(fCtxHook);
     2057}
     2058
    20472059/*
    20482060 *
Note: See TracChangeset for help on using the changeset viewer.

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