help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] Exceptions using Delay


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] Exceptions using Delay
Date: Mon, 14 Jan 2008 13:30:04 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/159 Post a follow up: http://smalltalk.gnu.org/project/comments/add/159

Project:      GNU Smalltalk
Version:      <none>
Component:    VM
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  tonyg
Updated by:   bonzinip
Status:       active

Better:

diff --git a/libgst/prims.def b/libgst/prims.def
index 745d902..a243af4 100644
--- a/libgst/prims.def
+++ b/libgst/prims.def
@@ -3000,10 +3000,8 @@ primitive VMpr_Processor_signalAtMilliseconds
[succeed,fail,check_interrupt]
         _gst_enable_interrupts ();
       }
      else
-       {
-         _gst_async_timed_wait (oop1, arg2);
-         PRIM_SUCCEEDED;
-       }
+       _gst_async_timed_wait (oop1, arg2);
+      PRIM_SUCCEEDED;
    }

  UNPOP (2);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]