| Index: src/IceInstMIPS32.cpp
|
| diff --git a/src/IceInstMIPS32.cpp b/src/IceInstMIPS32.cpp
|
| index 99e7625c12b9a226a41a53465a7c176a28ee9c55..efae86753f22cfaff20b644be1be0640ea180edd 100644
|
| --- a/src/IceInstMIPS32.cpp
|
| +++ b/src/IceInstMIPS32.cpp
|
| @@ -80,6 +80,7 @@ template <> const char *InstMIPS32Divu::Opcode = "divu";
|
| template <> const char *InstMIPS32La::Opcode = "la";
|
| template <> const char *InstMIPS32Ldc1::Opcode = "ldc1";
|
| template <> const char *InstMIPS32Lui::Opcode = "lui";
|
| +template <> const char *InstMIPS32Lw::Opcode = "lw";
|
| template <> const char *InstMIPS32Lwc1::Opcode = "lwc1";
|
| template <> const char *InstMIPS32Mfc1::Opcode = "mfc1";
|
| template <> const char *InstMIPS32Mfhi::Opcode = "mfhi";
|
|
|