Re: [Qemu-devel] [PATCH v4 22/32] target-xtensa: implement unaligned exception option

2011-09-04 Thread Blue Swirl
On Thu, Sep 1, 2011 at 8:45 PM, Max Filippov wrote: > See ISA, 4.4.4 for details. > > Correct (aligned as per ISA) address for unaligned access is generated > in case this option is not enabled. > > Signed-off-by: Max Filippov > --- >  target-xtensa/helper.c    |    4 ++- >  target-xtensa/op_help

[Qemu-devel] [PATCH v4 22/32] target-xtensa: implement unaligned exception option

2011-09-01 Thread Max Filippov
See ISA, 4.4.4 for details. Correct (aligned as per ISA) address for unaligned access is generated in case this option is not enabled. Signed-off-by: Max Filippov --- target-xtensa/helper.c|4 ++- target-xtensa/op_helper.c | 26 target-xtensa/translate.c | 4