From 803ef1b6b898fe56c32e8b72a0bbbe4cc394533a Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Mon, 22 Aug 2016 18:09:29 +0000 Subject: [PATCH] updates (all over the place) for CFI with multimodule support. --- src/zipr.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/zipr.cpp b/src/zipr.cpp index 4744a716e..10cb4c919 100644 --- a/src/zipr.cpp +++ b/src/zipr.cpp @@ -75,7 +75,7 @@ template < typename T > std::string to_string( const T& n ) return stm.str() ; } - +#if 0 static Instruction_t* addNewAssembly(FileIR_t* firp, Instruction_t *p_instr, string p_asm) { Instruction_t* newinstr; @@ -95,6 +95,8 @@ static Instruction_t* addNewAssembly(FileIR_t* firp, Instruction_t *p_instr, str return newinstr; } +#endif + #ifdef support_stratafier_mode #ifdef CGC static std::ifstream::pos_type filesize(const char* filename) -- GitLab