Changeset 108019 in vbox
- Timestamp:
- Feb 1, 2025 7:31:42 PM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/acpi/acpi-decompiler.cpp
r108015 r108019 812 812 cbPkgConsumed += cchName; 813 813 814 uint8_t bMethod ;814 uint8_t bMethod = 0; /* shut up gcc */ 815 815 rc = rtAcpiTblAmlDecodeReadU8(pThis, &bMethod, pErrInfo); 816 816 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.