VirtualBox

Changeset 73748 in vbox


Ignore:
Timestamp:
Aug 17, 2018 7:40:33 PM (6 years ago)
Author:
vboxsync
Message:

DevPcBios: Fixed typo in logging code.

File:
1 edited

Legend:

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

    r73142 r73748  
    458458                pThis->cLoggedSoftResets++;
    459459                LogRel(("PcBios: Soft reset #%u - shutdown status %#x, warm reset vector (0040:0067) is %04x:%04x%s\n",
    460                         pThis->cLoggedSoftResets, bShutdownStatus, Far16.sel, Far16.sel,
     460                        pThis->cLoggedSoftResets, bShutdownStatus, Far16.sel, Far16.off,
    461461                        pThis->cLoggedSoftResets < cMaxLogged ? "." : " - won't log any more!"));
    462462            }
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