Changeset 107626 in vbox for trunk/src/VBox
- Timestamp:
- Jan 10, 2025 10:08:27 AM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMAImpl.cpp
r106179 r107626 10270 10270 g_cZeroSrcTests = g_cZeroDstTests * 2; 10271 10271 10272 uint32_t const uBuildRev = RTBldCfgRevision(); 10273 10272 10274 RTMpGetDescription(NIL_RTCPUID, g_szCpuDesc, sizeof(g_szCpuDesc)); 10273 10275 … … 10278 10280 pszRev++; 10279 10281 g_uSvnRev = RTStrToUInt32(pszRev); 10280 g_uSvnRev = RT_MAX(g_uSvnRev, RTBldCfgRevision());10282 g_uSvnRev = RT_MAX(g_uSvnRev, uBuildRev); 10281 10283 10282 10284 /* Loop thru the groups and call the generate for any that's enabled. */
Note:
See TracChangeset
for help on using the changeset viewer.