Fix gimplish.

This commit is contained in:
snj 2010-05-12 04:30:18 +00:00
parent b3d53a5f95
commit 965a29d74a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr.S,v 1.31 2010/05/12 01:58:22 matt Exp $ */
/* $NetBSD: subr.S,v 1.32 2010/05/12 04:30:18 snj Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@ -372,7 +372,7 @@ softint_common:
movl %r0,PCB_FP(%r3) /* and as the FP too */
movab CA_ARGNO(%r0),PCB_AP(%r3) /* update the AP as well */
movab softint_process,PCB_PC(%r3) /* and where we will start */
movl $PSL_HIGHIPL,PCB_PSL(%r3) /* Needs to running at IPL_HIGH */
movl $PSL_HIGHIPL,PCB_PSL(%r3) /* Needs to be running at IPL_HIGH */
mtpr PCB_PADDR(%r3),$PR_PCBB /* set PA of new pcb */
ldpctx /* load it */