- Timestamp:
- Nov 15, 2009 1:34:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r24078 r24669 544 544 AcpiTableMADT(uint32_t cCpus) 545 545 { 546 m_cCpus = cCpus; 546 m_cCpus = cCpus; 547 m_pbData = NULL; /* size() uses this and gcc will complain if not initilized. */ 547 548 uint32_t cb = size(); 548 549 m_pbData = (uint8_t *)RTMemAllocZ(cb);
Note:
See TracChangeset
for help on using the changeset viewer.