- Timestamp:
- Dec 5, 2014 12:41:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r53430 r53455 218 218 if (pu32TransactionId) 219 219 { 220 while (u32TransactionId == *pu32TransactionId) 220 uint32_t uTmp; 221 while ( u32TransactionId == (uTmp = *pu32TransactionId) 222 || (uTmp & 1)) 221 223 ASMNopPause(); 222 224 }
Note:
See TracChangeset
for help on using the changeset viewer.