Changeset 62554 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 26, 2016 8:46:17 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r62553 r62554 787 787 DECLINLINE(bool) gpe0_level(ACPIState *pThis) 788 788 { 789 return (pThis->gpe0_en & pThis->gpe0_sts);789 return !!(pThis->gpe0_en & pThis->gpe0_sts); 790 790 } 791 791
Note:
See TracChangeset
for help on using the changeset viewer.