mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix wrong number of clean/saveable windows, match Linux startup register values
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3050 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7f84a7291b
commit
6ef905f69c
2 changed files with 5 additions and 2 deletions
|
@ -89,6 +89,7 @@
|
|||
#if defined(TARGET_SPARC64)
|
||||
#define PS_IG (1<<11)
|
||||
#define PS_MG (1<<10)
|
||||
#define PS_RMO (1<<7)
|
||||
#define PS_RED (1<<5)
|
||||
#define PS_PEF (1<<4)
|
||||
#define PS_AM (1<<3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue