Skip to content
Snippets Groups Projects
Commit 6faf63da authored by hallgren's avatar hallgren
Browse files

Fixed which saved regs to zero out in call_into_c.

parent 2a5180f5
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/mips-assem.S,v 1.5 1994/07/19 19:51:10 hallgren Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/mips-assem.S,v 1.6 1994/07/20 16:52:41 hallgren Exp $ */
#ifdef mach
#include <machine/regdef.h>
#else
......@@ -209,8 +209,8 @@ call_into_c:
move t7, zero
move t8, zero
move s0, zero
move s1, zero
move s2, zero
move s3, zero
move ra, zero
/* Turn on pseudo-atomic. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment