Don't register the signal handler if LLVM fails
authorMatt Mullins <mmullins@mmlx.us>
Mon, 26 May 2014 02:15:49 +0000 (19:15 -0700)
committerMatt Mullins <mmullins@mmlx.us>
Mon, 26 May 2014 02:21:10 +0000 (19:21 -0700)
commita1676cb34929654d79599e494f359a1d10ce8407
treef97775db373e93a541f5f4b87b77d7d709628679
parent647921a78b4b5f4dbb62b41262c230644c7051f9
Don't register the signal handler if LLVM fails

If we fail to find an appropriate disassembler, we're just going to segfault
ourselves in the handle_sigsegv() anyway.  Let's not do that.
fuckit.cpp