Changeset 19259 in vbox for trunk/src/VBox/VMM/DBGF.cpp
- Timestamp:
- Apr 29, 2009 12:45:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGF.cpp
r19217 r19259 386 386 static int dbgfR3EventPrologue(PVM pVM, DBGFEVENTTYPE enmEvent) 387 387 { 388 PVMCPU pVCpu = VMMGetCpu 0(pVM);388 PVMCPU pVCpu = VMMGetCpu(pVM); 389 389 390 390 /*
Note:
See TracChangeset
for help on using the changeset viewer.