Changeset 60615 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Apr 21, 2016 8:18:38 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/vbox.dsl
r60071 r60615 79 79 // S2BF(Str) - Convert a string object into a buffer object. 80 80 // 81 Method(S2BF, 1 )81 Method(S2BF, 1, Serialized) 82 82 { 83 83 // … … 237 237 238 238 // Does OS provide the _OSI method? 239 If (CondRefOf(_OSI , Local1))239 If (CondRefOf(_OSI)) 240 240 { 241 241 DBG("_OSI exists\n") … … 295 295 296 296 // Does OS provide the _REV method? 297 If (CondRefOf(_REV , Local2))297 If (CondRefOf(_REV)) 298 298 { 299 299 DBG("_REV: ")
Note:
See TracChangeset
for help on using the changeset viewer.