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

Give address of instruction targeting dollop as parameter to placement function.

parent e6b2d1a6
Branches refactor
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class ZiprPluginInterface_t
{
}
virtual ZiprPreference AddressDollop(const Dollop_t *dollop, Range_t &place)
virtual ZiprPreference AddressDollop(const Dollop_t *dollop, const RangeAddress_t &source, Range_t &place)
{
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