mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
sparc64: fix TT_WOTHER value
- 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>
This commit is contained in:
committed by
Blue Swirl
parent
170f4c550f
commit
88c8e03f5d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user