Changeset 4759 in vbox for trunk/src/VBox
- Timestamp:
- Sep 13, 2007 8:43:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r4754 r4759 1258 1258 "ss:sp=0000:%04x ", esp); 1259 1259 uint32_t Start = esp & ~(uint32_t)63; 1260 int rc = PGMPhysReadGCPhys(pVM, abBuf, Start, Start +0x100);1260 int rc = PGMPhysReadGCPhys(pVM, abBuf, Start, 0x100); 1261 1261 if (VBOX_SUCCESS(rc)) 1262 1262 RTLogRelPrintf("0000:%04x TO 0000:%04x:\n"
Note:
See TracChangeset
for help on using the changeset viewer.