Changeset 1156 in vbox
- Timestamp:
- Mar 2, 2007 1:47:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r1148 r1156 967 967 { 968 968 DBGFR3PrgStep(pVM); 969 DBGFR3DisasInstrCurrentLog(pVM, "RSS: "); 969 970 emR3RawStep(pVM); 970 DBGFR3DisasInstrCurrentLog(pVM, "RSS: ");971 971 } 972 972 Log(("Single step END:\n")); … … 986 986 { 987 987 DBGFR3PrgStep(pVM); 988 DBGFR3DisasInstrCurrentLog(pVM, "RSS: "); 988 989 emR3RemStep(pVM); 989 DBGFR3DisasInstrCurrentLog(pVM, "RSS: ");990 990 } 991 991 Log(("Single step END:\n"));
Note:
See TracChangeset
for help on using the changeset viewer.