- Timestamp:
- Oct 12, 2010 10:42:06 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r32825 r33052 1538 1538 { 1539 1539 /* see comment at the declaration of u8IndexShift */ 1540 if ( s->u8IndexShift == 0)1540 if ((u32 > SYSTEM_INFO_INDEX_END) && (s->u8IndexShift == 0)) 1541 1541 { 1542 1542 if (((u32 >> 2) < SYSTEM_INFO_INDEX_END) && ((u32 & 0x3)) == 0)
Note:
See TracChangeset
for help on using the changeset viewer.