[L4alpha-cvscommit] CVS: L4Alpha/pal ipc.mar,1.16,1.17
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-03 04:17:26
|
Update of /cvsroot/l4alpha/L4Alpha/pal In directory usw-pr-cvs1:/tmp/cvs-serv15606/pal Modified Files: ipc.mar Log Message: Whoops.. forgot to unwind the tack in ipc_ret_timeout Index: ipc.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/ipc.mar,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ipc.mar 2002/01/02 05:47:48 1.16 --- ipc.mar 2002/01/03 04:17:21 1.17 *************** *** 1029,1035 **** bic t0, #LLS_POLLING_QUEUE, t0 stl t0, TCB_LIST_STATE(t12) ! ! GET_16CONS v0, IPC_S_TIMEOUT ; now we unwind the stack ENDIF --- 1029,1037 ---- bic t0, #LLS_POLLING_QUEUE, t0 stl t0, TCB_LIST_STATE(t12) ! ; now we unwind the stack + br ra, ipc_polling_unstack + + GET_16CONS v0, IPC_S_TIMEOUT ENDIF |