target-mips: Status.UX/SX/KX enable 32-bit address wrapping
authorLeon Alrae <leon.alrae@imgtec.com>
Fri, 27 Jun 2014 07:49:04 +0000 (08:49 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Mon, 13 Oct 2014 11:38:25 +0000 (12:38 +0100)
commit01f72885794124f94b24d97daf3c8630424cfd79
tree7d1800dfc5781e2912815e809aa1a24c9f0bdd61
parent4267d3e6e0d7be184ef343919640e7be6ae34e71
target-mips: Status.UX/SX/KX enable 32-bit address wrapping

In R6 the special behaviour for data references is also specified for Kernel
and Supervisor mode. Therefore MIPS_HFLAG_UX is replaced by generic
MIPS_HFLAG_AWRAP indicating enabled 32-bit address wrapping.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/cpu.h
target-mips/translate.c