VirtualBox

Changeset 9272 in vbox for trunk/include


Ignore:
Timestamp:
May 31, 2008 6:44:58 PM (17 years ago)
Author:
vboxsync
Message:

Fixed symbol lookup - pCpu was missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dis.h

    r9271 r9272  
    645645 * @param   pvUser      The user argument.
    646646 */
    647 typedef DECLCALLBACK(int) FNDISGETSYMBOL(uint32_t u32Sel, RTUINTPTR uAddress, char *pszBuf, size_t cchBuf, RTINTPTR *poff, void *pvUser);
     647typedef DECLCALLBACK(int) FNDISGETSYMBOL(PCDISCPUSTATE pCpu, uint32_t u32Sel, RTUINTPTR uAddress, char *pszBuf, size_t cchBuf, RTINTPTR *poff, void *pvUser);
    648648/** Pointer to a FNDISGETSYMBOL(). */
    649649typedef FNDISGETSYMBOL *PFNDISGETSYMBOL;
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