Changeset 726 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Feb 6, 2007 7:21:48 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18368
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp
r161 r726 62 62 DECLCALLBACK(int) tst2(intptr_t i) 63 63 { 64 if (i < 0 || i > 8192) 65 { 66 RTPrintf("tstVMMR0CallHost-1: FAILURE - i=%d is out of range [0..8192]\n", i); 67 return 1; 68 } 64 69 int iExpect = (i % 7) == 0 ? i + 10000 : i; 65 70 int rc = foo(i, 0, -1);
Note:
See TracChangeset
for help on using the changeset viewer.