Index: m32r.opc =================================================================== RCS file: /cvs/src/src/cpu/m32r.opc,v retrieving revision 1.9 diff -p -u -r1.9 m32r.opc --- m32r.opc 19 Oct 2005 14:44:17 -0000 1.9 +++ m32r.opc 26 Oct 2005 05:24:14 -0000 @@ -144,6 +144,7 @@ parse_hi16 (CGEN_CPU_DESC cd, { value = value + (value & 0x8000 ? 0x10000 : 0); value >>= 16; + value &= 0xffff; } *valuep = value; return errmsg;