From dbf3756b6394ef094d034a8686db42bf92e6a639 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Tue, 25 Dec 2018 09:49:34 -0500 Subject: [PATCH] undo commit --- src/zipr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zipr.cpp b/src/zipr.cpp index c7b4641..010ab2c 100644 --- a/src/zipr.cpp +++ b/src/zipr.cpp @@ -1815,7 +1815,7 @@ RangeAddress_t ZiprImpl_t::PlopDollopEntry( string raw_data = insn->GetDataBits(); string orig_data = insn->GetDataBits(); -#if 0 +#if 1 /* this is needed! */ const auto operands=d.getOperands(); const auto is_instr_relative_it = find_if(ALLOF(operands),[](const DecodedOperand_t& op) -- GitLab