Skip to content
Snippets Groups Projects
Commit c65dfd8e authored by an7s's avatar an7s
Browse files

Add updated target override to plop dollop entry methods.

parent 428935c8
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ class Zipr_t ...@@ -52,6 +52,7 @@ class Zipr_t
virtual Zipr_SDK::RangeAddress_t PlopDollopEntry( virtual Zipr_SDK::RangeAddress_t PlopDollopEntry(
DollopEntry_t *, DollopEntry_t *,
RangeAddress_t = 0,
RangeAddress_t = 0) RangeAddress_t = 0)
= 0; = 0;
......
...@@ -96,6 +96,7 @@ class ZiprPluginInterface_t ...@@ -96,6 +96,7 @@ class ZiprPluginInterface_t
*/ */
virtual RangeAddress_t PlopDollopEntry(Zipr_SDK::DollopEntry_t *entry, virtual RangeAddress_t PlopDollopEntry(Zipr_SDK::DollopEntry_t *entry,
RangeAddress_t &instruction_address, RangeAddress_t &instruction_address,
RangeAddress_t &target_address,
size_t instruction_size, size_t instruction_size,
bool &placed_instruction) bool &placed_instruction)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment