[svn:parrot] r38338 - trunk/compilers/pct/src/PCT
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Apr 25 08:37:12 UTC 2009
Author: bacek
Date: Sat Apr 25 08:37:10 2009
New Revision: 38338
URL: https://trac.parrot.org/parrot/changeset/38338
Log:
[pct][cage] Comment out useless pop_eh because push_eh was already commented out.
Modified:
trunk/compilers/pct/src/PCT/HLLCompiler.pir
Modified: trunk/compilers/pct/src/PCT/HLLCompiler.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/HLLCompiler.pir Sat Apr 25 05:06:51 2009 (r38337)
+++ trunk/compilers/pct/src/PCT/HLLCompiler.pir Sat Apr 25 08:37:10 2009 (r38338)
@@ -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