From 5df8ebe0c200577941295185e461be8bdb8dc67b Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 2 Apr 1990 15:32:24 +0000 Subject: [PATCH] Update to match 68k. lap:make-unconditional-branch returns an instruction sequence rather than a single instruction because on machines with branch delay slots and no nullification, a NOP must appear as well. Comment out uses of expt, since compiler declarations don't work with compile-by-procedures? Add a test on endianness to expand-fields so that the same macros can be used for all RISC machines. --- v7/src/compiler/machines/spectrum/make.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/machines/spectrum/make.scm b/v7/src/compiler/machines/spectrum/make.scm index 04466c5b9..058b6a08d 100644 --- a/v7/src/compiler/machines/spectrum/make.scm +++ b/v7/src/compiler/machines/spectrum/make.scm @@ -1,7 +1,7 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/make.scm,v 4.70 1990/03/27 00:50:00 jinx Exp $ -$MC68020-Header: make.scm,v 4.70 90/03/21 02:12:51 GMT cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/make.scm,v 4.71 1990/04/02 15:32:24 jinx Exp $ +$MC68020-Header: make.scm,v 4.71 90/04/01 22:31:56 GMT jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -42,4 +42,4 @@ MIT in each case. |# ((package/reference (find-package name) 'INITIALIZE-PACKAGE!))) '((COMPILER MACROS) (COMPILER DECLARATIONS))) -(add-system! (make-system "Liar (HP PA)" 4 70 '())) \ No newline at end of file +(add-system! (make-system "Liar (HP PA)" 4 71 '())) \ No newline at end of file -- 2.25.1