fix one-character error in stack check
authorSimon Marlow <simonmar@microsoft.com>
Fri, 16 Jun 2006 13:56:21 +0000 (13:56 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 16 Jun 2006 13:56:21 +0000 (13:56 +0000)
rts/Exception.cmm

index f4327b9..a897990 100644 (file)
@@ -148,7 +148,7 @@ killThreadzh_fast
     target = R1;
     exception = R2;
     
-    STK_CHK_GEN( WDS(3), R1_PTR | R2_PTR, killThreadzh_fast);
+    STK_CHK_GEN( WDS(3), R1_PTR & R2_PTR, killThreadzh_fast);
 
     /* 
      * We might have killed ourselves.  In which case, better be *very*