Skip to content
Snippets Groups Projects
Commit a2c69e18 authored by whh8b's avatar whh8b
Browse files

Add RetargetPin() and allow AddressDollop() to disallow coalescing.

parent 5cfb43e1
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class ZiprPluginInterface_t ...@@ -31,7 +31,7 @@ class ZiprPluginInterface_t
{ {
} }
virtual ZiprPreference AddressDollop(const Dollop_t *dollop, const RangeAddress_t &source, Range_t &place) virtual ZiprPreference AddressDollop(const Dollop_t *dollop, const RangeAddress_t &source, Range_t &place, bool &coalesce)
{ {
return None; return None;
} }
...@@ -58,6 +58,11 @@ class ZiprPluginInterface_t ...@@ -58,6 +58,11 @@ class ZiprPluginInterface_t
{ {
return new ZiprOptionsNamespace_t(""); return new ZiprOptionsNamespace_t("");
} }
virtual ZiprPreference RetargetPin(const RangeAddress_t &, const Zipr_SDK::Dollop_t *, RangeAddress_t &)
{
return None;
}
}; };
} }
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