VirtualBox

Changeset 54394 in vbox for trunk/src


Ignore:
Timestamp:
Feb 23, 2015 5:33:09 PM (10 years ago)
Author:
vboxsync
Message:

DBGPlugInDarwin: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGPlugInDarwin.cpp

    r54232 r54394  
    199199    } MsgBuf;
    200200    rc = DBGFR3MemRead(pUVM, 0 /*idCpu*/, DBGFR3AddrFromFlat(pUVM, &Addr, GCPtrMsgBufP),
    201                        &GCPtrMsgBufP, sizeof(MsgBuf) - (pData->f64Bit ? 0 : sizeof(uint32_t)) );
     201                       &MsgBuf, sizeof(MsgBuf) - (pData->f64Bit ? 0 : sizeof(uint32_t)) );
    202202    if (RT_FAILURE(rc))
    203203    {
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