Am 2013-09-04 11:04, schrieb Andreas Färber:
On part 11, rth said for alpha that using CPUAlphaState in DisasContext
was bad
and that the relevant fields should be copied into DisasContext
instead; a few
targets still have an env field though and use it for register access
and
cpu_abort(), so I have just changed the type for now and call upon
maintainers
to review whether they want to do different changes.
Hi Andreas,
For the lm32 target, there are two patches, which also addresses this:
http://patchwork.ozlabs.org/patch/316740/
http://patchwork.ozlabs.org/patch/316725/
waiting to be merged.
-michael