Thanks Ali. It worked fine with the new patch.

Thanks,
Amin

On Mon, Apr 30, 2012 at 4:52 PM, Ali Saidi <[email protected]> wrote:

> +#ifdef __thumb__
> +#define INST(op, ra, rb, func)                          \
> +        .short (((op) << 8) | (func));                  \
>
> +        .short (((ra) << 12) | (0x1 << 8) | (0x1 << 4) | (rb))
> +/*               m5ops           m5func         */
> +/*                ra         coproc 1       op=1       rb   */
> +#else
>
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to