[L4alpha-cvscommit] CVS: L4Alpha/pal ipc.mar,1.25,1.26
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-02-13 08:30:50
|
Update of /cvsroot/l4alpha/L4Alpha/pal In directory usw-pr-cvs1:/tmp/cvs-serv31028/pal Modified Files: ipc.mar Log Message: Stubs for ipl code for 21064 21164 (they don't HAVE to be implemented). Index: ipc.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/ipc.mar,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** ipc.mar 13 Feb 2002 06:42:07 -0000 1.25 --- ipc.mar 13 Feb 2002 08:30:44 -0000 1.26 *************** *** 1604,1608 **** REPEAT ! push p_t0!p_t1!p_t3!p_t5!p_t6!p_t7!p_t8 push p_t1 --- 1604,1608 ---- REPEAT ! push p_t0!p_t1!p_t2!p_t3!p_t4!p_t5!p_t6!p_t7!p_t8 push p_t1 *************** *** 1613,1618 **** mov s0, t3 - khex t3, 64 - PVC_JSR mem_translate_address bsr=1 bsr ra, mem_translate_address --- 1613,1616 ---- *************** *** 1647,1651 **** ENDIF ENDIF ! pop p_t0!p_t1!p_t3!p_t5!p_t6!p_t7!p_t8 GET_16CONS t9, PAGESIZE addq s0, t9, s0 ; Next Page in source --- 1645,1649 ---- ENDIF ENDIF ! pop p_t0!p_t1!p_t2!p_t3!p_t4!p_t5!p_t6!p_t7!p_t8 GET_16CONS t9, PAGESIZE addq s0, t9, s0 ; Next Page in source |