From 77a3830c835bf9bab9481a6418e847c0ddb8baf3 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 23 Apr 1990 02:43:10 +0000 Subject: [PATCH] Add ADJUST_CLOSURE_AT_CALL. --- v7/src/microcode/cmpintmd/hppa.h | 10 +++++++++- v7/src/microcode/cmpintmd/mips.h | 10 +++++++++- v8/src/microcode/cmpintmd/hppa.h | 10 +++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/cmpintmd/hppa.h b/v7/src/microcode/cmpintmd/hppa.h index 017420edf..e285d096c 100644 --- a/v7/src/microcode/cmpintmd/hppa.h +++ b/v7/src/microcode/cmpintmd/hppa.h @@ -1,5 +1,7 @@ /* -*-C-*- +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.12 1990/04/23 02:41:47 jinx Exp $ + Copyright (c) 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts @@ -30,7 +32,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.11 1990/01/22 22:31:26 jinx Exp $ +/* * * Compiled code interface macros. * @@ -264,6 +266,12 @@ procedures and continuations differ from closures) */ */ +/* A NOP on machines where instructions are longword-aligned. */ + +#define ADJUST_CLOSURE_AT_CALL(entry_point, location) \ +do { \ +} while (0) + /* Compiled closures */ /* Manifest closure entry block size. diff --git a/v7/src/microcode/cmpintmd/mips.h b/v7/src/microcode/cmpintmd/mips.h index 62f863d85..d7767538f 100644 --- a/v7/src/microcode/cmpintmd/mips.h +++ b/v7/src/microcode/cmpintmd/mips.h @@ -1,5 +1,7 @@ /* -*-C-*- +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/mips.h,v 1.3 1990/04/23 02:43:10 jinx Exp $ + Copyright (c) 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts @@ -30,7 +32,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/mips.h,v 1.2 1990/04/09 14:44:18 jinx Exp $ +/* * * Compiled code interface macros. * @@ -178,6 +180,12 @@ procedures and continuations differ from closures) */ LW MEMTOP,REG_BLOCK */ +/* A NOP on machines where instructions are longword-aligned. */ + +#define ADJUST_CLOSURE_AT_CALL(entry_point, location) \ +do { \ +} while (0) + /* Compiled closures */ /* Manifest closure entry block size. diff --git a/v8/src/microcode/cmpintmd/hppa.h b/v8/src/microcode/cmpintmd/hppa.h index 4134904c6..ab4f70c1f 100644 --- a/v8/src/microcode/cmpintmd/hppa.h +++ b/v8/src/microcode/cmpintmd/hppa.h @@ -1,5 +1,7 @@ /* -*-C-*- +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.12 1990/04/23 02:41:47 jinx Exp $ + Copyright (c) 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts @@ -30,7 +32,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.11 1990/01/22 22:31:26 jinx Exp $ +/* * * Compiled code interface macros. * @@ -264,6 +266,12 @@ procedures and continuations differ from closures) */ */ +/* A NOP on machines where instructions are longword-aligned. */ + +#define ADJUST_CLOSURE_AT_CALL(entry_point, location) \ +do { \ +} while (0) + /* Compiled closures */ /* Manifest closure entry block size. -- 2.25.1