Changeset 95087 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- 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/darwin/SUPDrv-darwin.cpp
r93515 r95087 2045 2045 2046 2046 2047 SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) 2048 { 2049 RT_NOREF(fCtxHook); 2050 return false; 2051 } 2052 2053 2054 SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) 2055 { 2056 RT_NOREF(fCtxHook); 2057 } 2058 2047 2059 /* 2048 2060 *
Note:
See TracChangeset
for help on using the changeset viewer.