Changeset 13782 in vbox for trunk/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp
- Timestamp:
- Nov 4, 2008 12:16:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp
r13755 r13782 138 138 PVMREQ pReq; 139 139 EMRAWMODE rawModeFlag = enable ? EMRAW_RING3_DISABLE : EMRAW_RING3_ENABLE; 140 int rcVBox = VMR3ReqCall(pVM, VMREQDEST_A LL, &pReq, RT_INDEFINITE_WAIT,140 int rcVBox = VMR3ReqCall(pVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, 141 141 (PFNRT)EMR3RawSetMode, 2, pVM, rawModeFlag); 142 142 if (VBOX_SUCCESS(rcVBox)) … … 198 198 PVMREQ pReq; 199 199 EMRAWMODE rawModeFlag = enable ? EMRAW_RING0_DISABLE : EMRAW_RING0_ENABLE; 200 int rcVBox = VMR3ReqCall(pVM, VMREQDEST_A LL, &pReq, RT_INDEFINITE_WAIT,200 int rcVBox = VMR3ReqCall(pVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, 201 201 (PFNRT)EMR3RawSetMode, 2, pVM, rawModeFlag); 202 202 if (VBOX_SUCCESS(rcVBox))
Note:
See TracChangeset
for help on using the changeset viewer.