Changeset 28858 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 28, 2010 9:48:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp
r28800 r28858 144 144 } 145 145 146 Assert (i == 0 || i == -1 || i == 1);146 AssertMsg(i == 0 || i == -1 || i == 1, ("i=%d\n", i)); 147 147 return i != 0 && i != -1; 148 148 }
Note:
See TracChangeset
for help on using the changeset viewer.