Changeset 19255 in vbox for trunk/src/VBox/VMM/testcase/tstGlobalConfig.cpp
- Timestamp:
- Apr 29, 2009 10:14:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstGlobalConfig.cpp
r19252 r19255 107 107 { 108 108 Req.pSession = pSession; 109 rc = SUPCallVMMR0Ex(NIL_RTR0PTR, 0 /* VCPU 0 */,enmOp, 0, &Req.Hdr);109 rc = SUPCallVMMR0Ex(NIL_RTR0PTR, enmOp, 0, &Req.Hdr); 110 110 if (RT_SUCCESS(rc)) 111 111 {
Note:
See TracChangeset
for help on using the changeset viewer.