VirtualBox

Changeset 45298 in vbox for trunk/src


Ignore:
Timestamp:
Apr 3, 2013 9:34:20 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84699
Message:

DevPcBios: Do not panic.

File:
1 edited

Legend:

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

    r45025 r45298  
    203203static DECLCALLBACK(int) pcbiosIOPortWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb)
    204204{
    205     /*
    206      * Bochs BIOS Panic
    207      */
    208     if (    cb == 2
    209         &&  (   Port == 0x400
    210              || Port == 0x401))
    211     {
    212         Log(("pcbios: PC BIOS panic at rombios.c(%d)\n", u32));
    213         AssertReleaseMsgFailed(("PC BIOS panic at rombios.c(%d)\n", u32));
    214         return VERR_INTERNAL_ERROR;
    215     }
    216 
    217205    /*
    218206     * Bochs BIOS char printing.
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