1 /* $NetBSD: cerror.S,v 1.5 1999/01/14 22:48:19 kleink Exp $ */
4 * Copyright (c) 1994, 1995 Carnegie-Mellon University.
7 * Author: Chris G. Demetriou
9 * Permission to use, copy, modify and distribute this software and
10 * its documentation is hereby granted, provided that both the copyright
11 * notice and this permission notice appear in all copies of the
12 * software, derivative works or modified versions, and any portions
13 * thereof, and that both notices appear in supporting documentation.
15 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
16 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
17 * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
19 * Carnegie Mellon requests users of this software to return to
21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
22 * School of Computer Science
23 * Carnegie Mellon University
24 * Pittsburgh PA 15213-3890
26 * any improvements or extensions that they make and grant Carnegie the
27 * rights to redistribute these changes.
34 #define FRAME_RA_OFFSET 0
35 #define FRAME_V0_OFFSET 8
39 NESTED(__cerror, 0, FRAME_SIZE, ra, IM_RA|IM_V0, 0)
47 lda sp, -FRAME_SIZE(sp)
48 stq ra, FRAME_RA_OFFSET(sp)
49 stq v0, FRAME_V0_OFFSET(sp)
53 ldq t0, FRAME_V0_OFFSET(sp)
61 ldq ra, FRAME_RA_OFFSET(sp)
62 lda sp, FRAME_SIZE(sp)