On 28 May 2015 at 12:48, Edgar E. Iglesias <edgar.igles...@xilinx.com> wrote:
> On Tue, May 19, 2015 at 07:33:28PM +0100, Peter Maydell wrote:
>> Some coprocessor access functions will need to indicate that the
>> instruction should trap to EL2 or EL3 rather than the default
>> target exception level; add corresponding CPAccessResult enum
>> entries and handling code.

>>      case CP_ACCESS_TRAP_UNCATEGORIZED:
>>          syndrome = syn_uncategorized();
>
> Here it was, this needs target_el = exception_target_el(env);
>
> With that change:
> Reviewed-by: Edgar E. Iglesias <edgar.igles...@xilinx.com>

Ah, I fixed this up in my working copy when you reviewed it,
but forgot to say so on list! No wonder I was confused...

-- PMM

Reply via email to