mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
patterns/xilinx_bootgen: Remove unnecessary parent access after recent pl upgrade
This commit is contained in:
@@ -213,7 +213,7 @@ namespace zynqmp {
|
||||
|
||||
u64 destination_execution_address;
|
||||
u64 destination_load_address;
|
||||
NullableWordPtr<std::Array<u8,parent.encrypted_partition_data_word_length*4>, u32> actual_partition_word_offset;
|
||||
NullableWordPtr<std::Array<u8, encrypted_partition_data_word_length * 4>, u32> actual_partition_word_offset;
|
||||
|
||||
PartitionAttributeBits attributes;
|
||||
u32 section_count;
|
||||
|
||||
Reference in New Issue
Block a user