VirtualBox

Changeset 62889 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Aug 2, 2016 10:34:46 PM (8 years ago)
Author:
vboxsync
Message:

Devices: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r62885 r62889  
    18701870         chars */
    18711871        if (pThis->cursor_offset < CH_ATTR_SIZE)
    1872             pThis->last_ch_attr[pThis->cursor_offset] = ~0;
     1872            pThis->last_ch_attr[pThis->cursor_offset] = UINT32_MAX;
    18731873        if (cursor_offset < CH_ATTR_SIZE)
    1874             pThis->last_ch_attr[cursor_offset] = ~0;
     1874            pThis->last_ch_attr[cursor_offset] = UINT32_MAX;
    18751875        pThis->cursor_offset = cursor_offset;
    18761876        pThis->cursor_start = pThis->cr[0xa];
     
    45954595            return VERR_PDM_NO_SUCH_LUN;
    45964596    }
    4597 
    4598     return VERR_PDM_LUN_NOT_FOUND;
    45994597}
    46004598
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