Author: autrijus
Date: Wed Feb  1 05:07:28 2006
New Revision: 11396

Modified:
   trunk/runtime/parrot/library/PGE/Hs.pir
Log:
* proper error handling for PGE::Hs -- don't use P5 anymore in push_eh

Modified: trunk/runtime/parrot/library/PGE/Hs.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Hs.pir     (original)
+++ trunk/runtime/parrot/library/PGE/Hs.pir     Wed Feb  1 05:07:28 2006
@@ -99,7 +99,7 @@ whole thing may be taken out or refactor
     goto end_match
 
   match_error:
-    out = P5
+    get_results "(0, 0)", match, out
 
   end_match:
     out .= "\n"

Reply via email to