diff --git a/unpin.cpp b/unpin.cpp index e54822a006dd7945b1218b230fd4e2cf4015bc5c..0b85209f7bdb64b9bad2e1a6b8ef7f6249837541 100644 --- a/unpin.cpp +++ b/unpin.cpp @@ -48,7 +48,7 @@ bool Unpin_t::should_cfi_pin(Instruction_t* insn) // add command line option that: // 1) return false if !has_cfi_reloc(insn) // 2) return true if option is on. - return m_should_cfi_pin; + return *m_should_cfi_pin; } // CAN BE DELETED, left in just for stats? (Would speed up zipr step to delete)