Skip to content
Snippets Groups Projects
Commit 6094f945 authored by wlott's avatar wlott
Browse files

Added globals start_of_tramps and end_of_tramps to the signal handling

stuff can tell if we were in one of the tramps.
parent 7d16828c
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/mips-assem.s,v 1.10 1990/10/29 14:13:33 wlott Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/mips-assem.s,v 1.11 1991/04/27 18:22:50 wlott Exp $ */
#include <machine/regdef.h>
#include "lisp.h"
......@@ -285,6 +285,10 @@ call_into_c:
.end call_into_c
.text
.globl start_of_tramps
start_of_tramps:
/*
* The undefined-function trampoline.
*/
......@@ -314,3 +318,7 @@ closure_tramp:
add LIP, L0, FUNCTION_HEADER_CODE_OFFSET
j LIP
.end closure_tramp
.text
.globl end_of_tramps
end_of_tramps:
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