Implement 32 bit MIPS16 instructions listed in m16.igen.
[deliverable/binutils-gdb.git] / sim / mips / interp.c
index 12da45dabbef1cc346c7fc45680c6bc1792619af..a8788d7393926152a8aa0622b78cac8381a585d7 100644 (file)
@@ -3419,7 +3419,7 @@ decode_coproc (SIM_DESC sd,
            unsigned_4 vu_upper, vu_lower;
            vu_upper = 0x000002ff; /* NOP/NOP */
            vu_lower =
-             0x10000000 | /* bits 31 .. 25 */
+             0x80000000 | /* bits 31 .. 25 */
              (instruction & 0x01ffffff); /* bits 24 .. 0 */
 
            /* POLICY: never busy in macro mode */
This page took 0.022798 seconds and 4 git commands to generate.