commit | 6ef905f69cbeb03e8fe204d8aaa354d77f13a7d7 | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jul 07 20:48:42 2007 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jul 07 20:48:42 2007 +0000 |
tree | a6d479ed4f35a62d19994910400e3861307695f3 | |
parent | 7f84a7291b19aa5679ef58fdad0a81df4b8a6af0 [diff] [blame] |
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
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 7fbc19d..a3d762f 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h
@@ -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)