From 4e5c62aedd080fe383450258814b00c9a8ff3145 Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Sun, 10 Jan 2016 21:18:23 +0000 Subject: [PATCH] Give address of instruction targeting dollop as parameter to placement function. --- 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 e64f764..4155332 100644 --- a/include/zipr_plugin.h +++ b/include/zipr_plugin.h @@ -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; } -- GitLab