Changeset 106598 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 23, 2024 12:53:55 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165437
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/SystemTableBuilder.cpp
r106359 r106598 456 456 int SystemTableBuilderAcpi::buildMadt(RTVFSIOSTREAM hVfsIos, size_t *pcbMadt) 457 457 { 458 uint8_t abMadt[_4K];459 size_t cbMadt = 0;458 uint8_t abMadt[_4K]; 459 uint32_t cbMadt = 0; 460 460 461 461 RT_ZERO(abMadt);
Note:
See TracChangeset
for help on using the changeset viewer.