Skip to content
Snippets Groups Projects
Commit cb854be0 authored by jdh8d's avatar jdh8d
Browse files

Added support for placing scoops in a zipr plugin. fix-call comments

parent 558c53e2
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,15 @@ class ZiprPluginInterface_t
{
return None;
}
virtual RangeAddress_t PlaceScoopsBegin(const RangeAddress_t max_addr)
{
return max_addr;
}
virtual RangeAddress_t PlaceScoopsEnd(const RangeAddress_t max_addr)
{
return max_addr;
}
};
}
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