From d232559c7d38b44aed15e9d911157ab58cf038b4 Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Thu, 21 Jan 2016 04:47:10 +0000
Subject: [PATCH] Remove fallthrough when we change the push to a call.

---
 push64_relocs.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/push64_relocs.cpp b/push64_relocs.cpp
index a3fa4cd78..cad5f54aa 100644
--- a/push64_relocs.cpp
+++ b/push64_relocs.cpp
@@ -143,6 +143,7 @@ void Push64Relocs_t::HandlePush64Relocation(Instruction_t *insn, Relocation_t *r
 	databits[4] = 0x00;
 	insn->SetDataBits(databits);
 	insn->SetTarget(add_insn); // Comment
+	insn->SetFallthrough(NULL);
 	insn->SetComment(push_insn->GetComment()+" Thunk part");
 		
 	/* 
-- 
GitLab