VirtualBox

Changeset 33436 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Oct 25, 2010 4:18:44 PM (14 years ago)
Author:
vboxsync
Message:

Audio/HDA: typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp

    r33435 r33436  
    13791379        Log(("hda: access to registers except GCTL is blocked while reset\n"));
    13801380    }
    1381     if (   index != -1
    1382            && cb <= 4)
     1381    if (   index == -1
     1382           || cb > 4)
    13831383    {
    13841384        LogRel(("hda: Invalid read access @0x%x(of bytes:%d)\n", u32Offset, cb));
     
    14301430        Log(("hda: access to registers except GCTL is blocked while reset\n"));
    14311431    }
    1432     if (   index != -1
    1433            && cb <= 4)
     1432    if (   index == -1
     1433           || cb > 4)
    14341434    {
    14351435        LogRel(("hda: Invalid write access @0x%x(of bytes:%d)\n", u32Offset, cb));
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