| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index 3d739b897707e9dff5a98ccc1f867af37c5b00fe..3cae46418859a71dcf67efcf77ea17fc05c59442 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -928,6 +928,8 @@ public:
|
| InstMIPS32Trap(Func, Src0, Src1, Tcode);
|
| }
|
|
|
| + uint32_t getTrapCode() const { return TrapCode; }
|
| +
|
| void emit(const Cfg *Func) const override {
|
| if (!BuildDefs::dump())
|
| return;
|
| @@ -1275,6 +1277,7 @@ template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const;
|
| +template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const;
|
|
|