Trivial changes to match magnum code.

This commit is contained in:
mycroft 1994-02-01 19:30:20 +00:00
parent 36813d20ff
commit 515c5c0330
1 changed files with 1 additions and 1 deletions

View File

@ -1667,7 +1667,7 @@ L1:
proffault:
/* if we get a fault, then kill profiling all together */
movl $0,PCB_ONFAULT(%edx) /* squish the fault handler */
movl 12(%ebp),%ecx
movl 12(%ebp),%ecx
movl $0,PR_SCALE(%ecx) /* up->pr_scale = 0 */
leave
ret