Fix typo in sense of conditional branch.
authorChris Hanson <org/chris-hanson/cph>
Tue, 22 Sep 1992 21:59:29 +0000 (21:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 22 Sep 1992 21:59:29 +0000 (21:59 +0000)
v7/src/microcode/cmpauxmd/hppa.m4
v8/src/microcode/cmpauxmd/hppa.m4

index 50c15ad58d5d0d3a3fe613f31d2200f78f3919cf..10a2bc353f7d6f41e6d34cbc42559247e4f0fbce 100644 (file)
@@ -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
index 50c15ad58d5d0d3a3fe613f31d2200f78f3919cf..10a2bc353f7d6f41e6d34cbc42559247e4f0fbce 100644 (file)
@@ -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