From 9c5d1fd7936f97587b6b2d0d1978ba11ff397117 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Thu, 22 Feb 2018 15:57:42 +0000
Subject: [PATCH] Changed to fully use capstone!  should be working, but still
 comparing against Bea for a while

---
 src/zipr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zipr.cpp b/src/zipr.cpp
index 736ad74..ec5f9f9 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -3166,7 +3166,7 @@ RangeAddress_t ZiprImpl_t::PlopDollopEntry(
 		 * Calculate the offset into the instruction
 		 * of the displacement address.
 		 */
-		offset = d.getMemoryDisplacementOffset(relative_arg); /*relative_arg->Memory.DisplacementAddr - d.EIP; */
+		offset = d.getMemoryDisplacementOffset(relative_arg, insn); /*relative_arg->Memory.DisplacementAddr - d.EIP; */
 
 		/*
 		 * The size of the displacement address must be
-- 
GitLab