From 7b1049e584a5ae317ff77898e196079b900d6e47 Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Sun, 11 Jun 2017 21:11:13 +0000
Subject: [PATCH] Add a TODO to fix some bad debugging output.

---
 src/zipr.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/zipr.cpp b/src/zipr.cpp
index dfe844672..c76d1f858 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -3082,6 +3082,9 @@ void ZiprImpl_t::PatchInstruction(RangeAddress_t from_addr, Instruction_t* to_in
 	{
 		RangeAddress_t to_addr=final_insn_locations[to_insn];
 		assert(to_addr!=0);
+		/*
+		 * TODO: This debugging output is not really exactly correct.
+		 */
 		if (m_verbose)
 			printf("Found a patch for %p -> %p\n", (void*)from_addr, (void*)to_addr); 
 		// Apply Patch
-- 
GitLab