Set A2 to PS_STRINGS.

This commit is contained in:
leo 1995-05-21 13:55:16 +00:00
parent 09984612d7
commit 631261a801
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.7 1995/05/14 15:23:30 leo Exp $ */
/* $NetBSD: machdep.c,v 1.8 1995/05/21 13:55:16 leo Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -366,6 +366,7 @@ setregs(p, pack, stack, retval)
frame->f_pc = pack->ep_entry & ~1;
frame->f_regs[SP] = stack;
frame->f_regs[A2] = (int)PS_STRINGS;
#ifdef FPCOPROC
/* restore a null state frame */