Index: src/IceInstARM32.cpp |
diff --git a/src/IceInstARM32.cpp b/src/IceInstARM32.cpp |
index 16d3ac1999d1b7c6fbd6938ae927924fce638199..2c33c4317b650d45dc2a5aa89fec5f2afb82b88c 100644 |
--- a/src/IceInstARM32.cpp |
+++ b/src/IceInstARM32.cpp |
@@ -290,6 +290,7 @@ template <> const char *InstARM32Mov::Opcode = "mov"; |
template <> const char *InstARM32Adc::Opcode = "adc"; |
template <> const char *InstARM32Add::Opcode = "add"; |
template <> const char *InstARM32And::Opcode = "and"; |
+template <> const char *InstARM32Bic::Opcode = "bic"; |
template <> const char *InstARM32Eor::Opcode = "eor"; |
template <> const char *InstARM32Lsl::Opcode = "lsl"; |
template <> const char *InstARM32Mul::Opcode = "mul"; |