Changeset 95087 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- May 25, 2022 5:56:47 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
r91789 r95087 666 666 } 667 667 668 669 SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) 670 { 671 RT_NOREF(fCtxHook); 672 return false; 673 } 674 675 676 SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) 677 { 678 RT_NOREF(fCtxHook); 679 } 680
Note:
See TracChangeset
for help on using the changeset viewer.