Changeset 99461 in vbox
- Timestamp:
- Apr 19, 2023 3:12:20 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156934
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp
r99460 r99461 54 54 { 55 55 RTTEST hTest; 56 RTEXITCODE rcExit = RTTestInitExAndCreate(argc, &argv, RTR3INIT_FLAGS_TRY_SUPLIB, "tstPin", &hTest); 56 57 uint32_t fFlags = RTR3INIT_FLAGS_TRY_SUPLIB; 58 #if defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32) /* For M1 at least. */ 59 fFlags |= SUPR3INIT_F_DRIVERLESS << RTR3INIT_FLAGS_SUPLIB_SHIFT; 60 #endif 61 RTEXITCODE rcExit = RTTestInitExAndCreate(argc, &argv, fFlags, "tstPin", &hTest); 57 62 if (rcExit != RTEXITCODE_SUCCESS) 58 63 return rcExit;
Note:
See TracChangeset
for help on using the changeset viewer.