Changeset 107453 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 7, 2025 10:13:53 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166508
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/fdt.cpp
r106061 r107453 954 954 } 955 955 956 /* Need to end on an END token. */957 if (u32Token != DTB_FDT_TOKEN_END)958 return RTErrInfoSetF(pErrInfo, VERR_FDT_DTB_STRUCTS_BLOCK_TOKEN_INVALID, "The structs block doesn't end with an END token (got %#RX32, expected %#RX32)",959 RT_BE2H_U32(u32Token), DTB_FDT_TOKEN_END);960 961 956 return VINF_SUCCESS; 962 957 }
Note:
See TracChangeset
for help on using the changeset viewer.