VirtualBox

Changeset 82656 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Jan 2, 2020 3:39:19 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135549
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPIC.cpp

    r82041 r82656  
    756756 * @callback_method_impl{FNDBGFHANDLERDEV}
    757757 */
    758 static DECLCALLBACK(void) picIR3nfo(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs)
     758static DECLCALLBACK(void) picR3Info(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs)
    759759{
    760760    PDEVPIC pThis = PDMDEVINS_2_DATA(pDevIns, PDEVPIC);
     
    957957     * Register the info item.
    958958     */
    959     PDMDevHlpDBGFInfoRegister(pDevIns, "pic", "PIC info.", picIR3nfo);
     959    PDMDevHlpDBGFInfoRegister(pDevIns, "pic", "PIC info.", picR3Info);
    960960
    961961    /*
Note: See TracChangeset for help on using the changeset viewer.

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