From 9a2e3422f920a14ddc6f2ad2c1005d9d5bf20620 Mon Sep 17 00:00:00 2001
From: an7s <an7s@git.zephyr-software.com>
Date: Mon, 1 Aug 2016 05:01:58 +0000
Subject: [PATCH] Rollback previous commit.

---
 src/zipr.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/zipr.cpp b/src/zipr.cpp
index e013f18c4..6c786b339 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -2530,12 +2530,6 @@ RangeAddress_t ZiprImpl_t::_PlopDollopEntry(DollopEntry_t *entry, RangeAddress_t
 	}
 
 	final_insn_locations[insn] = placed_address;
-	if (entry->Place() != placed_address && m_verbose)
-		cout << "RePlace() entry " << std::hex << entry
-		     << " at " << placed_address
-		     << " instead of " << entry->Place() << endl;
-	entry->RePlace(placed_address);
-
 	return updated_addr;
 }
 
-- 
GitLab