[L4alpha-cvscommit] CVS: L4Alpha/pal memory.mar,1.7,1.8
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-02-05 06:24:08
|
Update of /cvsroot/l4alpha/L4Alpha/pal In directory usw-pr-cvs1:/tmp/cvs-serv13134/L4Alpha/pal Modified Files: memory.mar Log Message: Heh.. sometimes I comment out too much. Weird weird bug where it seemed to work most of the time due to a random valid address in t9. Index: memory.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/memory.mar,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** memory.mar 2002/01/18 09:22:10 1.7 --- memory.mar 2002/02/05 06:24:00 1.8 *************** *** 718,722 **** ; bic t3, AT, t2 ! ; mov t8, t9 ; bis t2, #13, t2 ; set guard` length ; or t2, a4, t2 --- 718,722 ---- ; bic t3, AT, t2 ! mov t8, t9 ; bis t2, #13, t2 ; set guard` length ; or t2, a4, t2 |