cygwin32 -> cygwin
[deliverable/binutils-gdb.git] / opcodes / fr30-opc.c
index 302100dfc643daba00ae4d4875ef03f00a461dd1..5ea7e0af0b8c3e55818bbe6fda977c0ce6551cac 100644 (file)
@@ -1182,11 +1182,11 @@ static const CGEN_IFMT ifmt_ldi8m = {
 };
 
 static const CGEN_IFMT ifmt_ldi20m = {
-  16, 32, 0xff00, { F (F_OP1), F (F_I20), F (F_OP2), F (F_RI), 0 }
+  16, 32, 0xff00, { F (F_OP1), F (F_OP2), F (F_RI), F (F_I20), 0 }
 };
 
 static const CGEN_IFMT ifmt_ldi32m = {
-  16, 48, 0xfff0, { F (F_OP1), F (F_I32), F (F_OP2), F (F_OP3), F (F_RI), 0 }
+  16, 48, 0xfff0, { F (F_OP1), F (F_OP2), F (F_OP3), F (F_RI), F (F_I32), 0 }
 };
 
 #undef F
This page took 0.022366 seconds and 4 git commands to generate.