X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fmips%2Finterp.c;h=a8788d7393926152a8aa0622b78cac8381a585d7;hb=c0a4c3ba170e91bf93d16e0a6340980f6d62901a;hp=12da45dabbef1cc346c7fc45680c6bc1792619af;hpb=11c47f314bf5b03fb674275920386fbec2a13aca;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/mips/interp.c b/sim/mips/interp.c index 12da45dabb..a8788d7393 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -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 */