Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 19:51:38 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30243 for review
Message-ID:  <200305010251.h412pc91097774@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30243

Change 30243 by jmallett@jmallett_dalek on 2003/04/30 19:51:22

	Update callframe for 64-bit registers.

Affected files ...

.. //depot/projects/mips/sys/mips/include/asm.h#9 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/asm.h#9 (text+ko) ====

@@ -142,9 +142,9 @@
  *  	register_t cf_ra;		return address
  *  };
  */
-#define	CALLFRAME_SIZ	(4 * (4 + 2))
-#define	CALLFRAME_SP	(4 * 4)
-#define	CALLFRAME_RA	(4 * 5)
+#define	CALLFRAME_SIZ	(8 * (4 + 2))
+#define	CALLFRAME_SP	(8 * 4)
+#define	CALLFRAME_RA	(8 * 5)
 
 /*
  * While it would be nice to be compatible with the SGI



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305010251.h412pc91097774>