From 60f89805458b7bae91960c418029a33cd8c0728b Mon Sep 17 00:00:00 2001 From: Zoran Jovanovic Date: Fri, 28 Feb 2014 18:02:17 +0000 Subject: Fix operand of SC instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202518 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MicroMipsInstrFormats.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/Mips/MicroMipsInstrFormats.td') diff --git a/lib/Target/Mips/MicroMipsInstrFormats.td b/lib/Target/Mips/MicroMipsInstrFormats.td index 21e5707e91..9382099c9a 100644 --- a/lib/Target/Mips/MicroMipsInstrFormats.td +++ b/lib/Target/Mips/MicroMipsInstrFormats.td @@ -303,7 +303,7 @@ class SYS_FM_MM : MMArch { bits<32> Inst; let Inst{31-26} = 0x0; let Inst{25-16} = code_; - let Inst{15-6} = 0x22b; + let Inst{15-6} = 0x22d; let Inst{5-0} = 0x3c; } -- cgit v1.2.3