VirtualBox

Ignore:
Timestamp:
Jan 27, 2016 3:53:41 PM (9 years ago)
Author:
vboxsync
Message:

BIOS/system.c: fix subfunction decoding in int15/0x83 (interval delay)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/system.c

    r59354 r59495  
    11/*
    2  * Copyright (C) 2006-2015 Oracle Corporation
     2 * Copyright (C) 2006-2016 Oracle Corporation
    33 *
    44 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    356356
    357357    case 0x83: {
    358         if( GET_AL() ) {
     358        if( GET_AL() == 0 ) {
    359359            // Set Interval requested.
    360360            if( ( read_byte( 0x40, 0xA0 ) & 1 ) == 0 ) {
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