OSDN Git Service

target-mips: fix TLBR wrt SEGMask
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 9 Oct 2012 19:53:21 +0000 (21:53 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:49 +0000 (22:20 +0100)
commitbc3e45e13a93b883f0369acb2e19c0cec8705a7a
tree924d530b01e05c8be62eee7a5fde52e40436721c
parente0d002f17d1db1ade2b8d24b4a7c7ab361256726
target-mips: fix TLBR wrt SEGMask

Like r4k_map_address(), r4k_helper_tlbp() should use SEGMask to mask the
address.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/op_helper.c