aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ethosu_driver.c')
-rw-r--r--src/ethosu_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ethosu_driver.c b/src/ethosu_driver.c
index 3383ef3..866b94c 100644
--- a/src/ethosu_driver.c
+++ b/src/ethosu_driver.c
@@ -485,7 +485,7 @@ int ethosu_invoke_v3(struct ethosu_driver *drv,
void *user_arg)
{
const struct cop_data_s *data_ptr = custom_data_ptr;
- const struct cop_data_s *data_end = custom_data_ptr + custom_data_size;
+ const struct cop_data_s *data_end = (struct cop_data_s *)((ptrdiff_t)custom_data_ptr + custom_data_size);
int return_code = 0;
// First word in custom_data_ptr should contain "Custom Operator Payload 1"