Skip to content
Snippets Groups Projects
Commit 0aa72542 authored by Jason Hiser's avatar Jason Hiser
Browse files

fixed typo introduced in conversion that broke EVERYTHING

parent c4e596c2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment