From 0d0045c64a3a2f722ea8111a2d7e2d3f073ee9f2 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 28 Jun 1990 18:15:30 +0000 Subject: [PATCH] Define ENTRY_PREFIX_LENGTH for use in cmpgc.h . This allows PLAUSIBLE_CC_BLOCK_P to answer true to blocks with single procedures. --- v7/src/microcode/cmpintmd/mc68k.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/cmpintmd/mc68k.h b/v7/src/microcode/cmpintmd/mc68k.h index 1a9b070aa..c4a857116 100644 --- a/v7/src/microcode/cmpintmd/mc68k.h +++ b/v7/src/microcode/cmpintmd/mc68k.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/mc68k.h,v 1.14 1990/06/20 17:38:53 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/mc68k.h,v 1.15 1990/06/28 18:15:30 jinx Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -82,6 +82,12 @@ procedures and continuations differ from closures) */ #define ENTRY_SKIPPED_CHECK_OFFSET 4 #define CLOSURE_SKIPPED_CHECK_OFFSET 10 +extern unsigned long hppa_extract_absolute_address (); +extern void hppa_store_absolute_address (); + */ + +#ifdef _NEXTOS + to the first entry point is what's needed on the top of the stack. Note that it is needed for environment only, not for code. The closure code does an ADDI.L &magic-constant,(SP) -- 2.25.1