projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170f4c5
)
sparc64: fix TT_WOTHER value
author
Igor V. Kovalenko
<igor.v.kovalenko@gmail.com>
Sun, 16 May 2010 00:11:29 +0000
(
04:11
+0400)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 16 May 2010 07:54:48 +0000
(07:54 +0000)
- fix off by one error in spill trap number bit for other window (must be bit 5)
- fixes invalid instruction issue with HelenOS
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/cpu.h
patch
|
blob
|
history
diff --git
a/target-sparc/cpu.h
b/target-sparc/cpu.h
index 22f3ad05d7b3b42aa926fb0b9d9e900d1ec3f8f9..27b020b5419c7ca6768b838b2e5005a5c6a31be4 100644
(file)
--- a/
target-sparc/cpu.h
+++ b/
target-sparc/cpu.h
@@
-79,7
+79,7
@@
#define TT_DPROT 0x6c
#define TT_SPILL 0x80
#define TT_FILL 0xc0
-#define TT_WOTHER
0x10
+#define TT_WOTHER
(1 << 5)
#define TT_TRAP 0x100
#endif