From 5ec474fb2b7a64116fe8b869f414ca13ddde9dc5 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Mon, 1 Oct 2018 09:54:40 -0400
Subject: [PATCH] fixed sled issue on x32 with rsp/esp confusion

---
 src/zipr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zipr.cpp b/src/zipr.cpp
index e43af6e..92ec7d8 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -1233,7 +1233,7 @@ Instruction_t* ZiprImpl_t::Emit68Sled(RangeAddress_t addr, Sled_t sled, Instruct
 	if(m_firp->GetArchitectureBitWidth()!=64)
 	{
 		decoration="dword";
-		string stack_reg="esp";
+		stack_reg="esp";
 	}
 	const int stack_push_size=m_firp->GetArchitectureBitWidth()/8;
 
-- 
GitLab