Fix comments

This commit is contained in:
mycroft 1994-02-04 22:56:17 +00:00
parent 17f893cc17
commit e61823b6c0

View File

@ -37,7 +37,7 @@
*
* from: Utah Hdr: locore.s 1.58 91/04/22
* from: @(#)locore.s 7.11 (Berkeley) 5/9/91
* $Id: locore.s,v 1.13 1994/02/04 22:55:23 mycroft Exp $
* $Id: locore.s,v 1.14 1994/02/04 22:56:17 mycroft Exp $
*/
#include "assym.s"
@ -552,7 +552,7 @@ Lstackok:
movl d0,sp@- | save status so jsr will not clobber
movl a1@,sp@- | push padded PS
movl a1@(4),sp@- | push PC
movl sp,sp@-
movl sp,sp@- | push pointer to clockframe
jbsr _profclock | profclock(pc, ps)
lea sp@(12),sp | pop params
#else
@ -580,7 +580,7 @@ Ltimer1:
lea sp@(16),a1 | get pointer to PS
movl a1@,sp@- | push padded PS
movl a1@(4),sp@- | push PC
movl sp,sp@- | push pointer to frame
movl sp,sp@- | push pointer to clockframe
jbsr _hardclock | call generic clock int routine
lea sp@(12),sp | pop params
addql #1,_intrcnt+28 | add another system clock interrupt