Re: [Qemu-devel] [PATCH for-1.4] target-cris: Build fix for debug output

2013-02-04 Thread Edgar E. Iglesias
On Mon, Feb 04, 2013 at 02:42:55PM +0100, Andreas Färber wrote: > Am 27.01.2013 07:26, schrieb Andreas Färber: > > Around r3361 (81fdc5f8d2d681da8d255baf0713144f8656bac9) env->debug1 used > > to contain the address of an MMU fault. This is now written into > > env->pregs[PR_EDA] instead. > > > > S

Re: [Qemu-devel] [PATCH for-1.4] target-cris: Build fix for debug output

2013-02-04 Thread Andreas Färber
Am 27.01.2013 07:26, schrieb Andreas Färber: > Around r3361 (81fdc5f8d2d681da8d255baf0713144f8656bac9) env->debug1 used > to contain the address of an MMU fault. This is now written into > env->pregs[PR_EDA] instead. > > Signed-off-by: Andreas Färber > --- > target-cris/op_helper.c |2 +- >

[Qemu-devel] [PATCH for-1.4] target-cris: Build fix for debug output

2013-01-26 Thread Andreas Färber
Around r3361 (81fdc5f8d2d681da8d255baf0713144f8656bac9) env->debug1 used to contain the address of an MMU fault. This is now written into env->pregs[PR_EDA] instead. Signed-off-by: Andreas Färber --- target-cris/op_helper.c |2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)