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

Don't let the function change the dollop target itself when retargeting a callback.

parent 5d40bff4
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class ZiprPluginInterface_t
{
return None;
}
virtual ZiprPreference RetargetCallback(const RangeAddress_t &, Zipr_SDK::DollopEntry_t *, RangeAddress_t &)
virtual ZiprPreference RetargetCallback(const RangeAddress_t &, const Zipr_SDK::DollopEntry_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