From 5cfb43e1d5509106a8a6365b79a20e2a8d3ef73d Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Wed, 17 Feb 2016 04:15:03 +0000 Subject: [PATCH] Allow caller to override use of dollop's placed address in PlopDollopEntryWithTarget() --- include/zipr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/zipr.h b/include/zipr.h index 587d394..f473c52 100644 --- a/include/zipr.h +++ b/include/zipr.h @@ -75,6 +75,7 @@ class Zipr_t virtual Zipr_SDK::RangeAddress_t PlopDollopEntryWithTarget( DollopEntry_t *, + RangeAddress_t = 0, RangeAddress_t = 0) = 0; -- GitLab