@@ -91,10 +91,13 @@ # include "disassembler_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "disassembler_ppc.hpp" #endif +#ifdef TARGET_ARCH_aarch32 +# include "disassembler_aarch32.hpp" +#endif public: static bool can_decode() { return (_decode_instructions_virtual != NULL) ||