diff --git a/src/zipr.cpp b/src/zipr.cpp
index c7b4641bf8952efb25c7c4a0f26c8c8ba97bc819..010ab2c48631a2d5684e46a1f23db37866f5f602 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)