- Timestamp:
- Jul 26, 2016 8:46:17 AM (8 years ago)
- 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.