[svn:parrot] r38348 - branches/pmc_pct/compilers/pct/src/PCT

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Apr 25 10:33:00 UTC 2009


Author: bacek
Date: Sat Apr 25 10:32:59 2009
New Revision: 38348
URL: https://trac.parrot.org/parrot/changeset/38348

Log:
Comment out pop_eh

Modified:
   branches/pmc_pct/compilers/pct/src/PCT/HLLCompiler.pir

Modified: branches/pmc_pct/compilers/pct/src/PCT/HLLCompiler.pir
==============================================================================
--- branches/pmc_pct/compilers/pct/src/PCT/HLLCompiler.pir	Sat Apr 25 10:26:13 2009	(r38347)
+++ branches/pmc_pct/compilers/pct/src/PCT/HLLCompiler.pir	Sat Apr 25 10:32:59 2009	(r38348)
@@ -459,7 +459,7 @@
     .return (ast)
 
   err_past:
-    pop_eh
+    #pop_eh
     $S0 = typeof source
     .tailcall self.'panic'('Unable to obtain PAST from ', $S0)
 .end


More information about the parrot-commits mailing list