Remove duplicate entry for fp6 from the list of initially available
authorChris Hanson <org/chris-hanson/cph>
Mon, 12 Mar 1990 21:38:18 +0000 (21:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 12 Mar 1990 21:38:18 +0000 (21:38 +0000)
registers.

v7/src/compiler/machines/spectrum/lapgen.scm

index a59d81c2c384096311ddb6b3b50faea00189ec8f..271a186cfd7611689e07762bdf2969688147d739 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/lapgen.scm,v 4.26 1990/01/25 16:38:08 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/lapgen.scm,v 4.27 1990/03/12 21:38:18 cph Exp $
 $MC68020-Header: lapgen.scm,v 4.26 90/01/18 22:43:36 GMT cph Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
@@ -94,7 +94,7 @@ MIT in each case. |#
    ;; g30
    g31
    ;; fp0 fp1 fp2 fp3
-   fp4 fp5 fp6 fp6 fp7 fp8 fp9 fp10 fp11 fp12 fp13 fp14 fp15
+   fp4 fp5 fp6 fp7 fp8 fp9 fp10 fp11 fp12 fp13 fp14 fp15
    ))
 
 (define-integrable (float-register? register)