Hi Andreas, Am Mittwoch, 4. September 2013, 11:04:40 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.
Just fyi, I'm currently working on removing the env pointer in the DisasContext for target-lm32 altogether. Hopefully, i can post the patch (along with some other target-lm32 fixes) this weekend. -- michael