Fixed internal compiler error in gcc-4.9.
authorAndrew Woloszyn <awoloszyn@google.com>
Wed, 17 Feb 2016 18:00:23 +0000 (13:00 -0500)
committerDavid Neto <dneto@google.com>
Wed, 17 Feb 2016 18:07:33 +0000 (13:07 -0500)
commit4ddb431b16e7cba311e30cf79032ef00fe969d17
treea513131e1133148ee0e926093af0084e12603ea5
parent2732f57ed236f671df64d595b33ea347777346cb
Fixed internal compiler error in gcc-4.9.

This showed up in mips and mips64 builds. A combination of templates
and the error reporting were causing gcc to crash. This splits up the
functionality in a way that now successfully compiles.
CMakeLists.txt
source/instruction.cpp [new file with mode: 0644]
source/instruction.h
source/text_handler.cpp
source/text_handler.h