From: Chris Hanson Date: Tue, 22 Sep 1992 21:59:29 +0000 (+0000) Subject: Fix typo in sense of conditional branch. X-Git-Tag: 20090517-FFI~8928 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9bed63bed3008122a94dc63315af2d6513b338ac;p=mit-scheme.git Fix typo in sense of conditional branch. --- diff --git a/v7/src/microcode/cmpauxmd/hppa.m4 b/v7/src/microcode/cmpauxmd/hppa.m4 index 50c15ad58..10a2bc353 100644 --- a/v7/src/microcode/cmpauxmd/hppa.m4 +++ b/v7/src/microcode/cmpauxmd/hppa.m4 @@ -1,6 +1,6 @@ changecom(`;');;; -*-Midas-*- ;;; -;;; $Id: hppa.m4,v 1.21 1992/09/12 00:08:04 cph Exp $ +;;; $Id: hppa.m4,v 1.22 1992/09/22 21:59:29 cph Exp $ ;;; ;;; Copyright (c) 1989-1992 Massachusetts Institute of Technology ;;; @@ -813,7 +813,7 @@ stack_and_interrupt_check_stack_overflow ;;; skip forward to gc test. Otherwise, set MemTop to -1 and signal ;;; the interrupt. DEPI 1,INT_BIT_STACK_OVERFLOW,1,25 - BB,< 24,INT_BIT_STACK_OVERFLOW,stack_and_interrupt_check_no_overflow + BB,>= 24,INT_BIT_STACK_OVERFLOW,stack_and_interrupt_check_no_overflow STW 25,48(0,4) ; r25 -> IntCode ADDI -1,0,20 ; -1 -> r20 STW 20,0(0,4) ; r20 -> MemTop diff --git a/v8/src/microcode/cmpauxmd/hppa.m4 b/v8/src/microcode/cmpauxmd/hppa.m4 index 50c15ad58..10a2bc353 100644 --- a/v8/src/microcode/cmpauxmd/hppa.m4 +++ b/v8/src/microcode/cmpauxmd/hppa.m4 @@ -1,6 +1,6 @@ changecom(`;');;; -*-Midas-*- ;;; -;;; $Id: hppa.m4,v 1.21 1992/09/12 00:08:04 cph Exp $ +;;; $Id: hppa.m4,v 1.22 1992/09/22 21:59:29 cph Exp $ ;;; ;;; Copyright (c) 1989-1992 Massachusetts Institute of Technology ;;; @@ -813,7 +813,7 @@ stack_and_interrupt_check_stack_overflow ;;; skip forward to gc test. Otherwise, set MemTop to -1 and signal ;;; the interrupt. DEPI 1,INT_BIT_STACK_OVERFLOW,1,25 - BB,< 24,INT_BIT_STACK_OVERFLOW,stack_and_interrupt_check_no_overflow + BB,>= 24,INT_BIT_STACK_OVERFLOW,stack_and_interrupt_check_no_overflow STW 25,48(0,4) ; r25 -> IntCode ADDI -1,0,20 ; -1 -> r20 STW 20,0(0,4) ; r20 -> MemTop