projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33cbc86
)
SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.
author
Tsuneo Saito
<tsnsaito@gmail.com>
Mon, 18 Jul 2011 05:32:18 +0000
(14:32 +0900)
committer
Blue Swirl
<blauwirbel@gmail.com>
Wed, 20 Jul 2011 21:11:08 +0000
(21:11 +0000)
UA2007 ASI_BLK_* should be added in is_translating_asi().
Signed-off-by: Tsuneo Saito <tsnsaito@gmail.com>
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/op_helper.c
patch
|
blob
|
history
diff --git
a/target-sparc/op_helper.c
b/target-sparc/op_helper.c
index
b99223e
..
8b0df68
100644
(file)
--- 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: