mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
patterns/fdt: Fixed typo (#141)
This commit is contained in:
@@ -52,7 +52,7 @@ struct FDTStructureBlock {
|
||||
u32 nameoff;
|
||||
char value[len];
|
||||
AlignTo<4>;
|
||||
char name[] @ address(parent) + parent.header.off_dt_strings + nameoff;
|
||||
char name[] @ addressof(parent) + parent.header.off_dt_strings + nameoff;
|
||||
} else if (token == FDTToken::FDT_NOP || token == FDTToken::FDT_END_NODE) {
|
||||
// Nothing to do
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user