- Timestamp:
- Nov 5, 2010 9:28:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstMp-1.cpp
r28800 r33814 109 109 else if (RTMpGetMaxFrequency(idCpu) != 0) 110 110 { 111 RTPrintf("tstMp-1: FAILURE: RTMpGet CurFrequency(%d[idx=%d]) didn't return 0 as it should\n", (int)idCpu, iCpu);111 RTPrintf("tstMp-1: FAILURE: RTMpGetMaxFrequency(%d[idx=%d]) didn't return 0 as it should\n", (int)idCpu, iCpu); 112 112 g_cErrors++; 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.