From: Tsuneo Saito Date: Mon, 18 Jul 2011 05:32:18 +0000 (+0900) Subject: SPARC64: treat UA2007 ASI_BLK_* as translating ASIs. X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5636^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5176d279a81b3205a6f4e4757b39a4e4f8833e8;p=sdk%2Femulator%2Fqemu.git SPARC64: treat UA2007 ASI_BLK_* as translating ASIs. UA2007 ASI_BLK_* should be added in is_translating_asi(). Signed-off-by: Tsuneo Saito Acked-by: Artyom Tarasenko Signed-off-by: Blue Swirl --- diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index b99223e..8b0df68 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -287,7 +287,8 @@ static inline int is_translating_asi(int asi) */ switch (asi) { case 0x04 ... 0x11: - case 0x18 ... 0x19: + case 0x16 ... 0x19: + case 0x1E ... 0x1F: case 0x24 ... 0x2C: case 0x70 ... 0x73: case 0x78 ... 0x79: