On 22 November 2013 15:15,  <edgar.igles...@gmail.com> wrote:
> @@ -176,6 +176,9 @@ typedef struct CPUWatchpoint {
>      sigjmp_buf jmp_env;                                                 \
>      int exception_index;                                                \
>                                                                          \
> +    /* Per CPU address-space.  */                                       \
> +    AddressSpace *as;                                                   \
> +                                                                        \

Does this really have to live in the env struct rather than
CPUState ?

thanks
-- PMM

Reply via email to