From: Guillermo J. Rozas Date: Tue, 18 Feb 1992 04:35:22 +0000 (+0000) Subject: Fix JS opcode. X-Git-Tag: 20090517-FFI~9703 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b18b1d7e8630fbde308c122671ad785cbb298d17;p=mit-scheme.git Fix JS opcode. --- diff --git a/v7/src/compiler/machines/i386/instr1.scm b/v7/src/compiler/machines/i386/instr1.scm index f2082aaf9..1e920bd7a 100644 --- a/v7/src/compiler/machines/i386/instr1.scm +++ b/v7/src/compiler/machines/i386/instr1.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/instr1.scm,v 1.8 1992/02/18 01:52:39 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/instr1.scm,v 1.9 1992/02/18 04:35:22 jinx Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -432,7 +432,7 @@ MIT in each case. |# (define-jump-instruction JP #x7a #x8a) (define-jump-instruction JPE #x7a #x8a) (define-jump-instruction JPO #x7b #x8b) - (define-jump-instruction JS #x74 #x84) + (define-jump-instruction JS #x78 #x88) (define-jump-instruction JZ #x74 #x84)) (let-syntax