Index: src/IceInstMIPS32.cpp |
diff --git a/src/IceInstMIPS32.cpp b/src/IceInstMIPS32.cpp |
index 043c2cab9fe9c32f4e9b7b1dcb6444c7c067e57a..f9a4793d425a833d3701911e4be5d6a91195aa2d 100644 |
--- a/src/IceInstMIPS32.cpp |
+++ b/src/IceInstMIPS32.cpp |
@@ -57,6 +57,8 @@ template <> const char *InstMIPS32Add::Opcode = "add"; |
template <> const char *InstMIPS32Addu::Opcode = "addu"; |
template <> const char *InstMIPS32And::Opcode = "and"; |
template <> const char *InstMIPS32Andi::Opcode = "andi"; |
+template <> const char *InstMIPS32Div::Opcode = "div"; |
+template <> const char *InstMIPS32Divu::Opcode = "divu"; |
template <> const char *InstMIPS32Mfhi::Opcode = "mfhi"; |
template <> const char *InstMIPS32Mflo::Opcode = "mflo"; |
template <> const char *InstMIPS32Mthi::Opcode = "mthi"; |