Re: [Qemu-devel] [PATCH] sparc32 add new MXCC register
On 11/16/07, Robert Reif <[EMAIL PROTECTED]> wrote: > Add new MXCC register. Thanks, applied. BTW, I couldn't use the diff directly because patch does not understand the diff format you used. In this case it was easy to delete the > characters and paste the result but please use unified diffs in the future.
[Qemu-devel] [PATCH] sparc32 add new MXCC register
Add new MXCC register. Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.52 diff -r1.52 op_helper.c 209a210,217 > case 0x01c00c00: /* Module reset register */ > if (size == 8) { > ret = env->mxccregs[5] >> 32; > T0 = env->mxccregs[5]; > // should we do something here? > } else > DPRINTF_MXCC("%08x: unimplemented access size: %d\n", T0, > size); > break;