- Timestamp:
- Jan 27, 2025 7:06:11 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/acpi-decompiler.cpp
r107953 r107954 1195 1195 { 1196 1196 PCRTACPIAMLOPC pAmlOpc = NULL; 1197 uint8_t bOpc ;1197 uint8_t bOpc = 0; /* shut up gcc */ 1198 1198 int rc = rtAcpiTblAmlDecodeReadU8(pThis, &bOpc, pErrInfo); 1199 1199 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.