From 35decce9e0e1d571b53a0d52f11a374e00db2b30 Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Sat, 2 Apr 2016 16:26:52 +0000 Subject: [PATCH] Don't let the function change the dollop target itself when retargeting a callback. --- include/zipr_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zipr_plugin.h b/include/zipr_plugin.h index f5a313b..91da31c 100644 --- a/include/zipr_plugin.h +++ b/include/zipr_plugin.h @@ -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; } -- GitLab