j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2007-07-07 23:01:29 +0200 (Sat, 07 Jul 2007) New Revision: 158
Modified: openbios-devel/arch/sparc64/entry.S Log: Fix wrong number of clean/saveable windows
Modified: openbios-devel/arch/sparc64/entry.S =================================================================== --- openbios-devel/arch/sparc64/entry.S 2007-06-27 20:25:34 UTC (rev 157) +++ openbios-devel/arch/sparc64/entry.S 2007-07-07 21:01:29 UTC (rev 158) @@ -35,7 +35,7 @@ ! Extract NWINDOWS from %ver rdpr %ver, %g1 and %g1, 0xf, %g1 - dec %g1 + sub %g1, 2, %g1 wrpr %g1, 0, %cleanwin wrpr %g1, 0, %cansave wrpr %g0, 0, %canrestore