Changeset 55841 in vbox
- Timestamp:
- May 13, 2015 9:45:15 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r55817 r55841 109 109 { 110 110 # ifdef IN_RING3 111 LogRel(("IOM: Complicated write %#x byte at %RGp to %s, initiating debugger intervention\n", cbValue, GCPhys, 112 R3STRING(pRange->pszDesc))); 111 113 rc = DBGFR3EventSrc(pVM, DBGFEVENT_DEV_STOP, RT_SRC_POS, 112 114 "Complicated write %#x byte at %RGp to %s\n", cbValue, GCPhys, R3STRING(pRange->pszDesc));
Note:
See TracChangeset
for help on using the changeset viewer.

