VirtualBox

Changeset 4759 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 13, 2007 8:43:31 AM (17 years ago)
Author:
vboxsync
Message:

silly me. 0x100 not Start+0x100.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r4754 r4759  
    12581258                           "ss:sp=0000:%04x ", esp);
    12591259            uint32_t Start = esp & ~(uint32_t)63;
    1260             int rc = PGMPhysReadGCPhys(pVM, abBuf, Start, Start + 0x100);
     1260            int rc = PGMPhysReadGCPhys(pVM, abBuf, Start, 0x100);
    12611261            if (VBOX_SUCCESS(rc))
    12621262                RTLogRelPrintf("0000:%04x TO 0000:%04x:\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette