Fixed local datapin program generation
This commit is contained in:
parent
280c41367c
commit
94ad5b5090
@ -297,7 +297,7 @@ bool assemble_patcher_program(uint64_t vaddr_pivot, std::vector<uint8_t>& progra
|
||||
}
|
||||
|
||||
for (const auto& [dpin_sym, dpin] : cu.dpins) {
|
||||
DPIN global_dpin;
|
||||
DPIN global_dpin = dpin;
|
||||
for (DPIN::COMPONENT& comp : global_dpin.components)
|
||||
comp.target = cu.local_targets.at(comp.target);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user