On 13 May 2014 08:03, Andreas Färber <[email protected]> wrote: > I notice that these user-only functions/macros are taking CPUARMState > but never use it today. Should I convert them to CPUState once I tackle > linux-user, or can we just drop that unused argument?
I think they mostly take that argument for consistency with cpu_ldl_code; we can drop it, I guess. thanks -- PMM
