VirtualBox

Changeset 60615 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Apr 21, 2016 8:18:38 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106757
Message:

Fixed iasl warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/vbox.dsl

    r60071 r60615  
    7979    // S2BF(Str) - Convert a string object into a buffer object.
    8080    //
    81     Method(S2BF, 1)
     81    Method(S2BF, 1, Serialized)
    8282    {
    8383        //
     
    237237
    238238        // Does OS provide the _OSI method?
    239         If (CondRefOf(_OSI, Local1))
     239        If (CondRefOf(_OSI))
    240240        {
    241241            DBG("_OSI exists\n")
     
    295295
    296296        // Does OS provide the _REV method?
    297         If (CondRefOf(_REV, Local2))
     297        If (CondRefOf(_REV))
    298298        {
    299299            DBG("_REV: ")
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