Changeset 95087 in vbox for trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
- Timestamp:
- May 25, 2022 5:56:47 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r93115 r95087 1323 1323 } 1324 1324 1325 1326 SUPR0DECL(bool) SUPR0FpuBegin(bool fCtxHook) 1327 { 1328 RT_NOREF(fCtxHook); 1329 return false; 1330 } 1331 1332 1333 SUPR0DECL(void) SUPR0FpuEnd(bool fCtxHook) 1334 { 1335 RT_NOREF(fCtxHook); 1336 } 1337
Note:
See TracChangeset
for help on using the changeset viewer.